BFloat16.Round Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| 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
Parametry
- x
- BFloat16
Návraty
Implementuje
Platí pro
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
Parametry
- x
- BFloat16
- digits
- Int32
Návraty
Implementuje
Platí pro
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
Parametry
- x
- BFloat16
- mode
- MidpointRounding
Návraty
Implementuje
Platí pro
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
Parametry
- x
- BFloat16
- digits
- Int32
- mode
- MidpointRounding