GyroscopeData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GyroscopeData(Double, Double, Double) |
Public constructor |
GyroscopeData(Single, Single, Single) |
Public constructor. |
GyroscopeData(Double, Double, Double)
Public constructor
public GyroscopeData (double x, double y, double z);
Parameters
- x
- System.Double
X data
- y
- System.Double
Y data
- z
- System.Double
Z data
Applies to
GyroscopeData(Single, Single, Single)
Public constructor.
public GyroscopeData (float x, float y, float z);
Parameters
- x
- System.Single
X data
- y
- System.Single
Y data
- z
- System.Single
Z data