Bewerken

Delen via


Sve.RoundToNegativeInfinity Method

Definition

Overloads

RoundToNegativeInfinity(Vector<Single>)
RoundToNegativeInfinity(Vector<Double>)

RoundToNegativeInfinity(Vector<Single>)

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

Parameters

value
Vector<Single>

Returns

Applies to

RoundToNegativeInfinity(Vector<Double>)

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

Parameters

value
Vector<Double>

Returns

Applies to