Defines values that indicate the reason that a force feedback equation faulted.
public enum class EquationFaultType
| 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. |
Namespace: Microsoft.Xbox.Input
Metadata: microsoft.xbox.input.winmd