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