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