Decimal64.Round Метод

Определение

Перегрузки

Round(Decimal64, MidpointRounding)

Исходный код:
Decimal64.cs
public:
 static System::Numerics::Decimal64 Round(System::Numerics::Decimal64 x, MidpointRounding mode) = System::Numerics::IFloatingPoint<System::Numerics::Decimal64>::Round;
public static System.Numerics.Decimal64 Round(System.Numerics.Decimal64 x, MidpointRounding mode);
static member Round : System.Numerics.Decimal64 * MidpointRounding -> System.Numerics.Decimal64
Public Shared Function Round (x As Decimal64, mode As MidpointRounding) As Decimal64

Параметры

Возвращаемое значение

Реализации

Применяется к

Round(Decimal64)

Исходный код:
Decimal64.cs
public:
 static System::Numerics::Decimal64 Round(System::Numerics::Decimal64 x) = System::Numerics::IFloatingPoint<System::Numerics::Decimal64>::Round;
public static System.Numerics.Decimal64 Round(System.Numerics.Decimal64 x);
static member Round : System.Numerics.Decimal64 -> System.Numerics.Decimal64
Public Shared Function Round (x As Decimal64) As Decimal64

Параметры

Возвращаемое значение

Реализации

Применяется к

Round(Decimal64, Int32)

Исходный код:
Decimal64.cs
public:
 static System::Numerics::Decimal64 Round(System::Numerics::Decimal64 x, int digits) = System::Numerics::IFloatingPoint<System::Numerics::Decimal64>::Round;
public static System.Numerics.Decimal64 Round(System.Numerics.Decimal64 x, int digits);
static member Round : System.Numerics.Decimal64 * int -> System.Numerics.Decimal64
Public Shared Function Round (x As Decimal64, digits As Integer) As Decimal64

Параметры

digits
Int32

Возвращаемое значение

Реализации

Применяется к

Round(Decimal64, Int32, MidpointRounding)

Исходный код:
Decimal64.cs
public:
 static System::Numerics::Decimal64 Round(System::Numerics::Decimal64 x, int digits, MidpointRounding mode) = System::Numerics::IFloatingPoint<System::Numerics::Decimal64>::Round;
public static System.Numerics.Decimal64 Round(System.Numerics.Decimal64 x, int digits, MidpointRounding mode);
static member Round : System.Numerics.Decimal64 * int * MidpointRounding -> System.Numerics.Decimal64
Public Shared Function Round (x As Decimal64, digits As Integer, mode As MidpointRounding) As Decimal64

Параметры

digits
Int32

Возвращаемое значение

Реализации

Применяется к