EquationFaultType Enumeration

Defines values that indicate the reason that a force feedback equation faulted.

Syntax

public enum class EquationFaultType  

Members

Member Description
Unknown An unknown fault occurred.
DivisionByZero The equation divided by zero.
Tangent90 The equation calculated the tangent of 90°.
SqrtNegative The equation took the square root of a negative number.
UnsignedRange The equation used an unsigned floating-point value that was out of the allowed range.
SkipPastEnd Execution skipped beyond the end of the equation.
ReadOrWritePastEnd A read or write operation occurred beyond the end of the equation.
FloatingPointRange The equation used a signed floating-point value that was out of the allowed range.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace