SingleValue.FromSingle(Single) Method
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.
Returns a new SingleValue object that was created from a Single value.
public static DocumentFormat.OpenXml.SingleValue FromSingle (float value);
static member FromSingle : single -> DocumentFormat.OpenXml.SingleValue
Public Shared Function FromSingle (value As Single) As SingleValue
Parameters
- value
- Single
A Single value to use to create a new SingleValue object.
Returns
A SingleValue object that corresponds to the value parameter.