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