AmountInverse Method
Returns 1 over this
Amount (= 1 / this).
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 Function Inverse As Amount
Dim instance As Amount
Dim returnValue As Amount
returnValue = instance.Inverse()
member Inverse : unit -> Amount
No code example is currently available or this language may not be supported.
Return Value
Amount
The resulting
Amount.