Lezen in het Engels Bewerken

Delen via


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.

C#
public enum FloatRoundingMode
Inheritance
FloatRoundingMode

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

Applies to

Product Versies
.NET 9, 10