SingleValue 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
SingleValue() |
Initializes a new instance of the SingleValue class. |
SingleValue(SingleValue) |
Initializes a new instance of the SingleValue class by deep copying the supplied SingleValue class. |
SingleValue(Single) |
Initializes a new instance of the SingleValue class using the supplied Single value. |
SingleValue()
Initializes a new instance of the SingleValue class.
public SingleValue ();
Public Sub New ()
Applies to
SingleValue(SingleValue)
Initializes a new instance of the SingleValue class by deep copying the supplied SingleValue class.
public SingleValue (DocumentFormat.OpenXml.SingleValue source);
new DocumentFormat.OpenXml.SingleValue : DocumentFormat.OpenXml.SingleValue -> DocumentFormat.OpenXml.SingleValue
Public Sub New (source As SingleValue)
Parameters
- source
- SingleValue
The source SingleValue class.
Applies to
SingleValue(Single)
Initializes a new instance of the SingleValue class using the supplied Single value.
public SingleValue (float value);
new DocumentFormat.OpenXml.SingleValue : single -> DocumentFormat.OpenXml.SingleValue
Public Sub New (value As Single)