Bewerken

Delen via


Sve.RoundToPositiveInfinity Method

Definition

Overloads

RoundToPositiveInfinity(Vector<Single>)
RoundToPositiveInfinity(Vector<Double>)

RoundToPositiveInfinity(Vector<Single>)

public:
 static System::Numerics::Vector<float> RoundToPositiveInfinity(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> RoundToPositiveInfinity (System.Numerics.Vector<float> value);
static member RoundToPositiveInfinity : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function RoundToPositiveInfinity (value As Vector(Of Single)) As Vector(Of Single)

Parameters

value
Vector<Single>

Returns

Applies to

RoundToPositiveInfinity(Vector<Double>)

public:
 static System::Numerics::Vector<double> RoundToPositiveInfinity(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> RoundToPositiveInfinity (System.Numerics.Vector<double> value);
static member RoundToPositiveInfinity : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function RoundToPositiveInfinity (value As Vector(Of Double)) As Vector(Of Double)

Parameters

value
Vector<Double>

Returns

Applies to