|
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.304-beta+e40582bbb64c28edadb696048770577c4e325275
SyntaxPublic 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