FloatRoundingMode Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class FloatRoundingMode
	public enum FloatRoundingMode
	type FloatRoundingMode = 
	Public Enum FloatRoundingMode
		- Inheritance
 
Fields
| Name | Value | Description | 
|---|---|---|
| ToEven | 8 | _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC  | 
			
| ToNegativeInfinity | 9 | _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC  | 
			
| ToPositiveInfinity | 10 | _MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC  | 
			
| ToZero | 11 | _MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC  |