 | SingleValueFromSingle Method |
Returns a new SingleValue object that was created from a Single value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static SingleValue FromSingle(
float value
)
Public Shared Function FromSingle (
value As Single
) As SingleValue
public:
static SingleValue^ FromSingle(
float value
)
static member FromSingle :
value : float32 -> SingleValue Parameters
- value Single
- A Single value to use to create a new SingleValue object.
Return Value
SingleValueA SingleValue object that corresponds to the value parameter.
See Also