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