|
VolumeFromMetricTablespoons Method
|
Creates a new
Volume value from the specified
value in metric tablespoons.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Shared Function FromMetricTablespoons (
value As Double
) As Volume
static member FromMetricTablespoons :
value : float -> Volume
GSF.Units.Volume.FromMetricTablespoons = function(value);
View SourceParameters
- value Double
- New Volume value in metric tablespoons.
Return Value
VolumeNew
Volume object from the specified
value in metric tablespoons.
See Also