public class TFPInfo
Contains device information specific to floating point math.
Properties
| Name | Type | Description |
|---|---|---|
| Denorms | Boolean | Device supports denormals. |
| FusedMA | Boolean | Device supports fused multiply and add instruction. |
| InfNan | Boolean | Device supports INF and NAN numbers. |
| RoundToInf | Boolean | Device supports round to infinity. |
| RoundToNearest | Boolean | Device supports round to nearest integer. |
| RoundToZero | Boolean | Device supports round to towards zero. |