floatingPointModel Enum

Definition

Specifies floating point behavior.

public enum class floatingPointModel
public enum class floatingPointModel
enum floatingPointModel
public enum floatingPointModel
type floatingPointModel = 
Public Enum floatingPointModel
Inheritance
floatingPointModel

Fields

Name Value Description
FloatingPointPrecise 0

Default. Improves the consistency of floating-point tests for equality and inequality by disabling optimizations that could change the precision of floating-point calculations

FloatingPointStrict 1

Creates the fastest code in the majority of cases.

FloatingPointFast 2

Creates the fastest code in the majority of cases.

Applies to