Constructor DoubleValue
DoubleValue(Double)
Initializes a new instance of the DoubleValue with
the specified
double value.
Declaration
public DoubleValue(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| Double | value | The value which this instance will represent. |