AmountMultiply(Double) Method
Multiply this
Amount with the specified value (= this * value).
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 Multiply(
double value
)
Public Function Multiply (
value As Double
) As Amount
Dim instance As Amount
Dim value As Double
Dim returnValue As Amount
returnValue = instance.Multiply(value)
public:
Amount^ Multiply(
double value
)
member Multiply :
value : float -> Amount
No code example is currently available or this language may not be supported.
- value Double
-
The value.
Amount
The resulting
Amount.