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 |
|
target | float |
Return Value
Type | Description |
---|---|
float |