VolumeFromQuarts Method

Creates a new Volume value from the specified value in US fluid quarts.

Definition

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

Parameters

value  Double
New Volume value in US fluid quarts.

Return Value

Volume
New Volume object from the specified value in US fluid quarts.

See Also