FloatValueCorrection Enumeration#
Syntax#
C#
VB
Members#
Member name | Value | Description | |
---|---|---|---|
None | 0 | No correction will be applied. If the value isn't a valid value for the parameter, an exception will be thrown. | |
ClipToRange | 3 | If the value is not in the valid range, correct the value to the valid range. |