Vector.Round Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Round(Vector<Double>) | |
| Round(Vector<Single>) | |
| Round(Vector<Double>, MidpointRounding) | |
| Round(Vector<Single>, MidpointRounding) |
Round(Vector<Double>)
- Quelle:
- Vector.cs
public:
static System::Numerics::Vector<double> Round(System::Numerics::Vector<double> vector);
public static System.Numerics.Vector<double> Round(System.Numerics.Vector<double> vector);
static member Round : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Function Round (vector As Vector(Of Double)) As Vector(Of Double)
Parameter
Gibt zurück
Gilt für:
Round(Vector<Single>)
- Quelle:
- Vector.cs
public:
static System::Numerics::Vector<float> Round(System::Numerics::Vector<float> vector);
public static System.Numerics.Vector<float> Round(System.Numerics.Vector<float> vector);
static member Round : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Function Round (vector As Vector(Of Single)) As Vector(Of Single)
Parameter
Gibt zurück
Gilt für:
Round(Vector<Double>, MidpointRounding)
- Quelle:
- Vector.cs
public:
static System::Numerics::Vector<double> Round(System::Numerics::Vector<double> vector, MidpointRounding mode);
public static System.Numerics.Vector<double> Round(System.Numerics.Vector<double> vector, MidpointRounding mode);
static member Round : System.Numerics.Vector<double> * MidpointRounding -> System.Numerics.Vector<double>
Public Function Round (vector As Vector(Of Double), mode As MidpointRounding) As Vector(Of Double)
Parameter
- mode
- MidpointRounding
Gibt zurück
Gilt für:
Round(Vector<Single>, MidpointRounding)
- Quelle:
- Vector.cs
public:
static System::Numerics::Vector<float> Round(System::Numerics::Vector<float> vector, MidpointRounding mode);
public static System.Numerics.Vector<float> Round(System.Numerics.Vector<float> vector, MidpointRounding mode);
static member Round : System.Numerics.Vector<single> * MidpointRounding -> System.Numerics.Vector<single>
Public Function Round (vector As Vector(Of Single), mode As MidpointRounding) As Vector(Of Single)
Parameter
- mode
- MidpointRounding