VolumeFromCups Method

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

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
public static Volume FromCups(
	double value
)

Parameters

value  Double
New Volume value in US cups.

Return Value

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

See Also