|
MassExponent Operator
|
Returns result of first value raised to mass of second value.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
SyntaxC# does not support this operator.
Public Shared Operator ^ (
value1 As Mass,
value2 As Mass
) As Double
Managed C++ does not support this operator.
F# does not support this operator.
JavaScript does not support overloaded operators.
View SourceParameters
- value1 Mass
- A Mass object as the left hand operand.
- value2 Mass
- A Mass object as the right hand operand.
Return Value
DoubleA
Double value as the result of the operation.
See Also