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