Click or drag to resize

Speed Operators and Type Conversions

The Speed type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Speed, Speed)Adds two values together to compute their sum.
Public operatorStatic memberAddition(Speed, Double)Adds two values together to compute their sum.
Public operatorStatic memberAddition(Speed, Int32)Adds two values together to compute their sum.
Public operatorStatic memberDivision(Speed, Double)Divides one value by another to compute their quotient.
Public operatorStatic memberDivision(Speed, Int32)Divides one value by another to compute their quotient.
Public operatorStatic memberEquality(Double, Speed) Compares an instance of Speed with an instance of Double for equality.
Public operatorStatic memberEquality(Speed, Speed)Compares two values to determine equality.
Public operatorStatic memberEquality(Speed, Double)Compares two values to determine equality.
Public operatorStatic memberGreaterThan(Double, Speed) Compares an instance of Speed to an instance of Double for different values.
Public operatorStatic memberGreaterThan(Speed, Speed)Compares two values to determine which is greater.
Public operatorStatic memberGreaterThan(Speed, Double)Compares two values to determine which is greater.
Public operatorStatic memberGreaterThanOrEqual(Double, Speed) Compares an instance of Speed to an instance of Double for different values.
Public operatorStatic memberGreaterThanOrEqual(Speed, Speed)Compares two values to determine which is greater or equal.
Public operatorStatic memberGreaterThanOrEqual(Speed, Double)Compares two values to determine which is greater or equal.
Public operatorStatic member(Double to Speed) Creates a new Speed object from a Double value.
Public operatorStatic member(Speed to Double) Creates a new Double value from a given Speed object.
Public operatorStatic memberInequality(Double, Speed) Compares an instance of Speed with an instance of Double for inequality.
Public operatorStatic memberInequality(Speed, Speed)Compares two values to determine inequality.
Public operatorStatic memberInequality(Speed, Double)Compares two values to determine inequality.
Public operatorStatic memberLessThan(Double, Speed) Compares an instance of Speed to an instance of Double for different values.
Public operatorStatic memberLessThan(Speed, Speed)Compares two values to determine which is less.
Public operatorStatic memberLessThan(Speed, Double)Compares two values to determine which is less.
Public operatorStatic memberLessThanOrEqual(Double, Speed) Compares an instance of Speed to an instance of Double for different values.
Public operatorStatic memberLessThanOrEqual(Speed, Speed)Compares two values to determine which is less or equal.
Public operatorStatic memberLessThanOrEqual(Speed, Double)Compares two values to determine which is less or equal.
Public operatorStatic memberMultiply(Speed, Double)Multiplies two values together to compute their product.
Public operatorStatic memberMultiply(Speed, Int32)Multiplies two values together to compute their product.
Public operatorStatic memberSubtraction(Speed, Speed)Subtracts two values to compute their difference.
Public operatorStatic memberSubtraction(Speed, Double)Subtracts two values to compute their difference.
Public operatorStatic memberSubtraction(Speed, Int32)Subtracts two values to compute their difference.
Public operatorStatic memberUnaryNegation(Speed)Computes the unary negation of a value.
Top
See Also