Speed Methods

Methods

Add(Speed, Speed) Adds two instances of Speed together.
Add(Speed, Double) Adds an instance of Speed to an instance of Double.
CloneCreates a new object that is a copy of the current instance.
CompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
ConvertTo(Type) Converts the instance into a new IMeasurable instance denominated in the measurement units provided.
ConvertTo(Unit) Converts the instance into a new instance of the same type denominated in the measurement units provided.
Divide Divides an instance of Speed by a double-precision value.
Equals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Equals(Speed)Indicates whether the current object is equal to another object of the same type.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsInfinity Returns a value indicating whether the specified number evaluates to negative or positive infinity.
IsNaN Returns a value indicating whether the specified number evaluates to a value that is not a number (NaN).
IsNegativeInfinity Returns a value indicating whether the specified number evaluates to negative infinity (NegativeInfinity).
IsPositiveInfinity Returns a value indicating whether the specified number evaluates to positive infinity (PositiveInfinity).
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Multiply Multiplies an instance of Speed by a double-precision value.
Negate Negates the value of the specified Speed operand.
Subtract(Speed, Speed) Subtracts one instance of Speed from another.
Subtract(Speed, Double) Subtracts an instance of Double from an instance of Speed.
ToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
ToString(MetricExponent) Converts the numeric value of this instance to its equivalent String representation, using the metric exponent provided if appropriate to the Unit type.
ToString(String) Converts the numeric value of this instance to its equivalent String representation, using the specified format.
ToString(String, MetricExponent) Converts the numeric value of this instance to its equivalent String representation, using the specified format and metric exponent.
ToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
ToString(String, MetricExponent, IFormatProvider) Formats the value of the current instance using the specified format.
TryFormatTries to format the value of the current instance into the provided span of characters.

Extension Methods

KilometersPerHour Creates a new Speed measured in kilometers per hour
(Defined by SpeedExtensions)
Knots Creates a new Speed measured in knots
(Defined by SpeedExtensions)
MilesPerHour Creates a new Speed measured in miles per hour
(Defined by SpeedExtensions)

Explicit Interface Implementations

IComparableCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

See Also