AmountDivideBy(Amount) Method
Divides this
Amount by the specified
Amount (= this / amount).
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 DivideBy (
amount As Amount
) As Amount
Dim instance As Amount
Dim amount As Amount
Dim returnValue As Amount
returnValue = instance.DivideBy(amount)
No code example is currently available or this language may not be supported.
- amount Amount
-
The amount.
Amount
The resulting
Amount.