Volume public class Volume : SIUnit, IComparable, IEquatable<Volume> Documentation Code public const string CUBIC_CENTIMETERS = "cm³" public const string CUBIC_FEET = "ft³" public const string CUBIC_INCHES = "in³" public const string CUBIC_METERS = "m³" public const string CUBIC_MILLIMETERS = "mm³" public static Dictionary<string, double> Conversions { get; } public static double ToCubicCentimeter { get; } public static double ToCubicFoot { get; } public static double ToCubicInch { get; } public static double ToCubicMillimeter { get; } public double UiVolumeConversion { get; } public VolumeUnit VolumeUnit { get; set; } public static Volume FromCubicFeet(double value) public static Volume FromDouble(double value) public static Volume FromDouble(double value, VolumeUnit unit) public int CompareTo(object obj) public bool Equals(Volume other)