GyrometerDataThreshold 類別

定義

提供存取陀螺儀資料閾值 (也稱為變更敏感度) 。

public ref class GyrometerDataThreshold sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GyrometerDataThreshold final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GyrometerDataThreshold
Public NotInheritable Class GyrometerDataThreshold
繼承
Object Platform::Object IInspectable GyrometerDataThreshold
屬性

Windows 需求

裝置系列
Windows 10, version 2004 (已於 10.0.19041.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v10.0 引進)

備註

閾值可用來設定感應器硬體如何篩選傳送至應用程式的資料。 應用程式可以設定閾值,讓硬體篩選掉感應器資料中任何不相關的變更。

屬性

XAxisInDegreesPerSecond

取得或設定達到每秒以度為單位之臨界值所需 X 軸的最小角度速度變更。

YAxisInDegreesPerSecond

取得或設定達到每秒以度為單位的臨界值所需之 Y 軸的最小角度速度變更。

ZAxisInDegreesPerSecond

取得或設定達到每秒以度為單位之臨界值所需 X 軸的最小角度速度變更。

適用於

另請參閱