Interface IAccelerometerDatum
Inherited Members
Namespace: Sensus.Probes.Movement
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface IAccelerometerDatum : IDatum
Properties
X
Declaration
double X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Y
Declaration
double Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Z
Declaration
double Z { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |