interface ToDouble {
    $toDouble: any;
}

Properties

Properties

$toDouble: any

Converts a value to a double. If the value cannot be converted to an double, $toDouble errors. If the value is null or missing, $toDouble returns null.