AmountAdd Method
Adds this
Amount with 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 Add (
amount As Amount
) As Amount
Dim instance As Amount
Dim amount As Amount
Dim returnValue As Amount
returnValue = instance.Add(amount)
No code example is currently available or this language may not be supported.
- amount Amount
-
The amount.
Amount
The resulting
Amount.