|
VolumeFromMetricTeaspoons Method
|
Creates a new
Volume value from the specified
value in metric teaspoons.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.315-beta+4adf42f504c53785d91f363b84ec3ef7639a1462
SyntaxPublic Shared Function FromMetricTeaspoons (
value As Double
) As Volume
static member FromMetricTeaspoons :
value : float -> Volume GSF.Units.Volume.FromMetricTeaspoons = function(value);
View SourceParameters
- value Double
- New Volume value in metric teaspoons.
Return Value
VolumeNew
Volume object from the specified
value in metric teaspoons.
See Also