Method SetFloatValue
SetFloatValue(Single)
Initializes the field with the supplied float
value.
Declaration
public NumericField SetFloatValue(float value_Renamed)
Parameters
Type | Name | Description |
---|---|---|
System. |
value_Renamed | the numeric value |
Returns
Type | Description |
---|---|
Numeric |
this instance, because of this you can use it the following way:
|