IGUtils.

Set(Nullable<float>, float) Method

Summary

If `source` is not null, return its value, otherwise return `target`.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static float Set(this Nullable<float> source, float target)

Parameters

Name Type Description
source Nullable<float>
target float

Return Value

Type Description
float