AmountConvertedTo(Unit) Method
Returns an
Amount converted to the specified
Unit.
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 ConvertedTo (
unit As Unit
) As Amount
Dim instance As Amount
Dim unit As Unit
Dim returnValue As Amount
returnValue = instance.ConvertedTo(unit)
No code example is currently available or this language may not be supported.
- unit Unit
-
The Unit to converto to.
Amount
The resulting
Amount.