Volume Constructor

Creates a new instance of Volume.

Overload List

Volume(Double) Creates a new instance of Volume with a particular value.
Volume(Double, Type) Creates a new instance of Volume with a particular value and Unit whose Type is specified
Volume(Double, Unit, MetricExponent) Creates a new instance of Volume with a particular value and Unit assuming that value is already raised or lowered to the power of exponent.
Volume(Length, Length, Length) Creates a new Volume whose value is the multiple of three Length values.

See Also