Click or drag to resize

Speed Constructor

Creates a new instance of Speed.
Overload List
 NameDescription
Public methodSpeed(Double) Creates a new instance of Speed with a particular value.
Public methodSpeed(Double, Type) Creates a new instance of Speed with a particular value and Unit whose Type is specified
Public methodCode exampleSpeed(Length, Time) Creates a new Speed whose value is the multiple of three Length values.
Public methodCode exampleSpeed(Double, Unit, MetricExponent) Creates a new instance of Speed with a particular value and Unit assuming that value is already raised or lowered to the power of exponent.
Top
See Also