TFPInfo Class

Source: clMtxVec.cs · Assembly: Dew.Math

public class TFPInfo

Contains device information specific to floating point math.

Properties

NameTypeDescription
DenormsBooleanDevice supports denormals.
FusedMABooleanDevice supports fused multiply and add instruction.
InfNanBooleanDevice supports INF and NAN numbers.
RoundToInfBooleanDevice supports round to infinity.
RoundToNearestBooleanDevice supports round to nearest integer.
RoundToZeroBooleanDevice supports round to towards zero.