|
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.260-beta+0b829228edbb9eb70c95990c4ac87443757fef2d
Syntaxpublic static Volume FromMetricTeaspoons(
double value
)
Public Shared Function FromMetricTeaspoons (
value As Double
) As Volume
public:
static Volume FromMetricTeaspoons(
double value
)
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