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