BFloat16.Round Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| Round(BFloat16) | |
| Round(BFloat16, Int32) | |
| Round(BFloat16, MidpointRounding) | |
| Round(BFloat16, Int32, MidpointRounding) |
Round(BFloat16)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x);
static member Round : System.Numerics.BFloat16 -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16) As BFloat16
Parametreler
- x
- BFloat16
Döndürülenler
Uygulamalar
Şunlara uygulanır
Round(BFloat16, Int32)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x, int digits) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x, int digits);
static member Round : System.Numerics.BFloat16 * int -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16, digits As Integer) As BFloat16
Parametreler
- x
- BFloat16
- digits
- Int32
Döndürülenler
Uygulamalar
Şunlara uygulanır
Round(BFloat16, MidpointRounding)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x, MidpointRounding mode) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x, MidpointRounding mode);
static member Round : System.Numerics.BFloat16 * MidpointRounding -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16, mode As MidpointRounding) As BFloat16
Parametreler
- x
- BFloat16
- mode
- MidpointRounding
Döndürülenler
Uygulamalar
Şunlara uygulanır
Round(BFloat16, Int32, MidpointRounding)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x, int digits, MidpointRounding mode) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x, int digits, MidpointRounding mode);
static member Round : System.Numerics.BFloat16 * int * MidpointRounding -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16, digits As Integer, mode As MidpointRounding) As BFloat16
Parametreler
- x
- BFloat16
- digits
- Int32
- mode
- MidpointRounding