DoubleValue.FromDouble(Double) 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 DoubleValue object created from a Double value.
public static DocumentFormat.OpenXml.DoubleValue FromDouble (double value);
static member FromDouble : double -> DocumentFormat.OpenXml.DoubleValue
Public Shared Function FromDouble (value As Double) As DoubleValue
Parameters
- value
- Double
A Double value to use to create a new DoubleValue object.
Returns
A DoubleValue object that corresponds to the value parameter.