IGUtils.

Set(Nullable<float>, float) Method

Summary

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

Syntax

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

Parameters

Name Type Description
source Nullable<float>
target float

Return Value

Type Description
void