Struct

Length

USI.Core

Public SDK type.

public struct Length : IEquatable<Length>

Constructors

Length

public Length(double Value, LengthUnit Unit)

Properties

Feet

public double Feet { get; }

Meters

public double Meters { get; }

Unit

public LengthUnit Unit { get; set; }

Value

public double Value { get; set; }

Methods

Deconstruct

public void Deconstruct(double Value, LengthUnit Unit)

Equals

public bool Equals(object obj)

Equals

public bool Equals(Length other)

GetHashCode

public int GetHashCode()

In

public Length In(LengthUnit unit)

ToString

public string ToString()