Double.From
The function Double.From returns a numerical value of type Double based on the input provided. If the input is null, the function will return null. If the input is a number within the acceptable range...
The function Double.From returns a numerical value of type Double based on the input provided. If the input is null, the function will return null. If the input is a number within the acceptable range for a Double value, that number will be returned. Otherwise, an error will be generated. If the input is of a different data type, it will first be converted to a number using the function Number.FromText. Additionally, an optional culture parameter can be specified, such as "en-US".