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