24 [Tooltip(
"A smoot is the height of Oliver R. Smoot, equivalent to 5ft 7in or 1.702m.")]
27 [Tooltip(
"An attoparsec is one quintillionth of a parsec, or slightly more than 3cm.")]
30 [Tooltip(
"A mega beard-second is one million beard-seconds (the distance a typical beard grows in one second, about 5nm), or about 5mm.")]
34 [Tooltip(
"A furlong is 220 yards.")]
106 #endregion Public Fields
109 #region Private Fields
124 #endregion Public Fields
127 #region Public Functions
316 #endregion Public Functions
const float METERS_TO_KILOMETERS
float ToFurlongs
The Length, converted to furlongs.
float ToKilometers
The Length, converted to kilometers.
float ToCentimeters
The Length, converted to centimeters.
Length(float value, LengthUnit unit)
const float METERS_TO_FEET
const float MILES_TO_METERS
static float ConvertMetersTo(float meters, LengthUnit unit)
Converts the provided meter value to a value in the provided units.
float ToYards
The Length, converted to yards.
float ToMiles
The Length, converted to miles.
const float METERS_TO_MEGABEARDSECONDS
double PreciselyConvertTo(LengthUnit unit)
Converts the length to a double value in the provided units.
const float METERS_TO_FURLONGS
const float METERS_TO_INCHES
static Length operator*(Length a, float scalar)
Multiplies a Length by some scalar value.
float ConvertTo(LengthUnit unit)
Converts the length to a value in the provided units.
const float METERS_TO_SMOOTS
float ToSmoots
The Length, converted to smoots.
static double PreciselyConvertMetersTo(double meters, LengthUnit unit)
Converts the provided meter value to a double value in the provided units.
float ToFeet
The Length, converted to feet.
float ToMillimeters
The Length, converted to millimeters.
static float ConvertToMeters(float length, LengthUnit unit)
Converts the provided length value to a value in meters.
const float METERS_TO_CENTIMETERS
static Length operator+(Length a, Length b)
Adds two Length values together.
static Length operator-(Length a, Length b)
Subtracts one Length value from another Length value.
const float METERS_TO_YARDS
float ToInches
The Length, converted to inches.
float ToMeters
The Length, converted to meters.
const float METERS_TO_MILLIMETERS
float ToAttoparsecs
The Length, converted to attoparsecs.
float ToMegaBeardSeconds
The Length, converted to mega-beard-seconds.
const float METERS_TO_ATTOPARSECS