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