Struct OptionalMinMax
Type to set Min/Max values but with optional Min and Max
Assembly: cs.temp.dll.dll
Syntax
public struct OptionalMinMax
Constructors
OptionalMinMax(Boolean, Boolean, Single, Single)
Declaration
public OptionalMinMax(bool minIsSet, bool maxIsSet, float min, float max)
Parameters
Type |
Name |
Description |
System.Boolean |
minIsSet |
|
System.Boolean |
maxIsSet |
|
System.Single |
min |
|
System.Single |
max |
|
Fields
Max
Declaration
Field Value
Type |
Description |
System.Single |
|
MaxIsSet
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Min
Declaration
Field Value
Type |
Description |
System.Single |
|
MinIsSet
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Methods
GetFixed(Single)
Declaration
public float GetFixed(float value)
Parameters
Type |
Name |
Description |
System.Single |
value |
|
Returns
Type |
Description |
System.Single |
|