Represents a gyrometer reading.
PlatformVersion supported iOSiOS 9.0 and later TizenTizen 3.0 Windows UWPWindows 10 Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later
 internal GyrometerReadingChangedEventArgs(GyrometerReading reading)
 {
     _reading = reading;
 }
 internal GyrometerReadingChangedEventArgs(GyrometerReading reading)
 {
     _reading = reading;
 }