Sve.Negate Method

Definition

Overloads

Negate(Vector<Double>)
Negate(Vector<Int16>)
Negate(Vector<Int32>)
Negate(Vector<Int64>)
Negate(Vector<SByte>)
Negate(Vector<Single>)

Negate(Vector<Double>)

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

Parameters

value
Vector<Double>

Returns

Applies to

Negate(Vector<Int16>)

public:
 static System::Numerics::Vector<short> Negate(System::Numerics::Vector<short> value);
public static System.Numerics.Vector<short> Negate (System.Numerics.Vector<short> value);
static member Negate : System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function Negate (value As Vector(Of Short)) As Vector(Of Short)

Parameters

value
Vector<Int16>

Returns

Applies to

Negate(Vector<Int32>)

public:
 static System::Numerics::Vector<int> Negate(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> Negate (System.Numerics.Vector<int> value);
static member Negate : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function Negate (value As Vector(Of Integer)) As Vector(Of Integer)

Parameters

value
Vector<Int32>

Returns

Applies to

Negate(Vector<Int64>)

public:
 static System::Numerics::Vector<long> Negate(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> Negate (System.Numerics.Vector<long> value);
static member Negate : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function Negate (value As Vector(Of Long)) As Vector(Of Long)

Parameters

value
Vector<Int64>

Returns

Applies to

Negate(Vector<SByte>)

public:
 static System::Numerics::Vector<System::SByte> Negate(System::Numerics::Vector<System::SByte> value);
public static System.Numerics.Vector<sbyte> Negate (System.Numerics.Vector<sbyte> value);
static member Negate : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function Negate (value As Vector(Of SByte)) As Vector(Of SByte)

Parameters

value
Vector<SByte>

Returns

Applies to

Negate(Vector<Single>)

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

Parameters

value
Vector<Single>

Returns

Applies to