UnitExponent(Unit, Double) Operator
Implements the operator ^
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
C# does not support this operator.
Public Shared Operator ^ (
first As Unit,
second As Double
) As Unit
Dim first As Unit
Dim second As Double
Dim returnValue As Unit
returnValue = (first ^ second)
Managed C++ does not support this operator.
F# does not support this operator.
No code example is currently available or this language may not be supported.
- first Unit
-
The first value.
- second Double
-
The second value.
Unit
The result of the operator.