Skip to main content

Enum Acceleration.UnitType

The type of units available to describe the Acceleration.

Assembly: Meadow.Units.dll
View Source
Declaration
public enum Acceleration.UnitType

Fields

MetersPerSecondSquared

Meters per second squared

View Source
Declaration
MetersPerSecondSquared = 0

CentimetersPerSecondSquared

Centimeters per second squared

View Source
Declaration
CentimetersPerSecondSquared = 1

Galileo

Galileo

View Source
Declaration
Galileo = 2

MilliGalileo

MilliGalileo

View Source
Declaration
MilliGalileo = 3

MilliGravity

MilliGravity

View Source
Declaration
MilliGravity = 4

Gravity

Gravity

View Source
Declaration
Gravity = 5

FeetPerSecondSquared

Feet per second squared

View Source
Declaration
FeetPerSecondSquared = 6

InchesPerSecondSquared

Inches per second squared

View Source
Declaration
InchesPerSecondSquared = 7