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