Represents the types of compiled code that are run on the current thread.
| Property | Description |
|---|---|
| Default | Use the default (aka FloatMode specified via Compile Attribute - FloatMode |
| NonDeterministic | Override the specified float mode and run the non deterministic version |
| Deterministic | Override the specified float mode and run the deterministic version |