|
Length Conversion (Double to Length)
|
Implicitly converts value, represented in meters, to a
Length.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic static implicit operator Length (
double value
)
Public Shared Widening Operator CType (
value As Double
) As Length
static implicit operator Length (
double value
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
View SourceParameters
- value Double
- A Double value.
Return Value
LengthA
Length object.
See Also