Volume   Conversion (Double to Volume)

Creates a new Volume object from a Double value.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static implicit operator Volume (
	double value
)

Parameters

value  Double
The value to use to create a new Volume object.

Return Value

Volume
A new Volume with the same value.

Remarks

When created using the implicit operator, the Volume instance will use the Liter as its default Unit.

See Also