Поделиться через


Vector.Truncate Метод

Определение

Перегрузки

Truncate(Vector<Double>)
Truncate(Vector<Single>)

Truncate(Vector<Double>)

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

Параметры

vector
Vector<Double>

Возвращаемое значение

Применяется к

Truncate(Vector<Single>)

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

Параметры

vector
Vector<Single>

Возвращаемое значение

Применяется к