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