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