DoubleValue Constructor (Double)
Initializes a new instance of the DoubleValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As Double _
)
'Usage
Dim value As Double
Dim instance As New DoubleValue(value)
public DoubleValue(
double value
)
Parameters
- value
Type: System.Double