AccelerationCreation extension

Provides convenient factory methods for creating Acceleration instances from num.

on

Properties

cmpss Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Centimeters per second squared (cm/s²). Also known as the Galileo (Gal).
no setter
fpsSquared Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Feet per second squared (ft/s²).
no setter
gal Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Galileos (Gal). Alias for cmpss.
no setter
gravity Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Standard Gravity (g). Note: A trailing underscore is used to avoid conflict with the getter 'g' for grams in Mass.
no setter
kmhPerS Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Kilometers per hour per second.
no setter
knotsPerS Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Knots per second.
no setter
mphPerS Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Miles per hour per second.
no setter
mpsSquared Acceleration

Available on num, provided by the AccelerationCreation extension

Creates an Acceleration instance from this value in Meters per second squared (m/s²).
no setter