Share via


InclinometerDataThreshold.RollInDegrees Property

Definition

Gets or sets the minimum change in rotation around the roll-axis (longitudinal axis) required to reach the threshold, measured in degrees.

public:
 property float RollInDegrees { float get(); void set(float value); };
float RollInDegrees();

void RollInDegrees(float value);
public float RollInDegrees { get; set; }
var single = inclinometerDataThreshold.rollInDegrees;
inclinometerDataThreshold.rollInDegrees = single;
Public Property RollInDegrees As Single

Property Value

Single

float

The inclinometer data threshold for the roll-axis, in degrees.

Remarks

Roll rotation is a change in angle around the longitudinal axis.

Applies to

See also