Table of Contents

Struct AxisVelocitySample

One scalar-axis sample (fling velocity tracking): timestamp and value.

public readonly struct AxisVelocitySample
Inherited Members

Constructors

AxisVelocitySample(double, double)

public AxisVelocitySample(double time, double value)

Parameters

time double
value double

Fields

Time

public readonly double Time

Field Value

double

Value

public readonly double Value

Field Value

double