DoubleValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DoubleValue() |
Initializes a new instance of the DoubleValue class. |
DoubleValue(DoubleValue) |
Initializes a new instance of the DoubleValue by deep copying the supplied DoubleValue value. |
DoubleValue(Double) |
Initializes a new instance of the DoubleValue class using the supplied Double value. |
DoubleValue()
Initializes a new instance of the DoubleValue class.
public DoubleValue ();
Public Sub New ()
Applies to
DoubleValue(DoubleValue)
Initializes a new instance of the DoubleValue by deep copying the supplied DoubleValue value.
public DoubleValue (DocumentFormat.OpenXml.DoubleValue source);
new DocumentFormat.OpenXml.DoubleValue : DocumentFormat.OpenXml.DoubleValue -> DocumentFormat.OpenXml.DoubleValue
Public Sub New (source As DoubleValue)
Parameters
- source
- DoubleValue
The source DoubleValue class.
Applies to
DoubleValue(Double)
Initializes a new instance of the DoubleValue class using the supplied Double value.
public DoubleValue (double value);
new DocumentFormat.OpenXml.DoubleValue : double -> DocumentFormat.OpenXml.DoubleValue
Public Sub New (value As Double)