Прочетете на английски Редактиране

Споделяне чрез


Decimal.ConvertToInteger<TInteger>(Decimal) Method

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.

Converts a value to a specified integer type using saturation on overflow

C#
public static TInteger ConvertToInteger<TInteger>(decimal value) where TInteger : System.Numerics.IBinaryInteger<TInteger>;

Type Parameters

TInteger

The integer type to which value is converted.

Parameters

value
Decimal

The value to be converted.

Returns

TInteger

An instance of TInteger created from value.

Implements

Applies to

Продукт Версии
.NET 9, 10