AmountPower Method
Raises this
Amount to the specified power.
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.
public Amount Power(
int value
)
Public Function Power (
value As Integer
) As Amount
Dim instance As Amount
Dim value As Integer
Dim returnValue As Amount
returnValue = instance.Power(value)
public:
Amount^ Power(
int value
)
member Power :
value : int -> Amount
No code example is currently available or this language may not be supported.
- value Int32
-
The value.
Amount
The resulting
Amount.