Volume
USI.Core
Public SDK type.
public struct Volume : IEquatable<Volume>Constructors
Volume
public Volume(double Value, VolumeUnit Unit)Properties
Liters
public double Liters { get; }Unit
public VolumeUnit Unit { get; set; }Value
public double Value { get; set; }Methods
Deconstruct
public void Deconstruct(double Value, VolumeUnit Unit)Equals
public bool Equals(object obj)Equals
public bool Equals(Volume other)GetHashCode
public int GetHashCode()In
public Volume In(VolumeUnit unit)ToString
public string ToString()