Property FloatPrecision
FloatPrecision
Gets or sets the floating point precision to use for this burst compilation. Allows you to trade accuracy for speed of computation, useful when you don't require much precision.
Declaration
public FloatPrecision FloatPrecision { get; set; }
Property Value
Type | Description |
---|---|
FloatPrecision | The default is Standard. |