VolumeFromMetricCups Method

Creates a new Volume value from the specified value in metric cups.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
public static Volume FromMetricCups(
	double value
)

Parameters

value  Double
New Volume value in metric cups.

Return Value

Volume
New Volume object from the specified value in metric cups.

See Also