DoubleValue Implicit Conversion (Double to DoubleValue)
Implicit converter from Double.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As Double _
) As DoubleValue
'Usage
Dim input As Double
Dim output As DoubleValue
output = CType(input, DoubleValue)
public static implicit operator DoubleValue (
double value
)
Parameters
- value
Type: System.Double
The specified value.
Return Value
Type: DocumentFormat.OpenXml.DoubleValue
A new DoubleValue instance with the value.