PackedSimd.Negate Method

Definition

Overloads

Negate(Vector128<UIntPtr>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<UIntPtr> Negate(System::Runtime::Intrinsics::Vector128<UIntPtr> value);
public static System.Runtime.Intrinsics.Vector128<UIntPtr> Negate(System.Runtime.Intrinsics.Vector128<UIntPtr> value);
static member Negate : System.Runtime.Intrinsics.Vector128<unativeint> -> System.Runtime.Intrinsics.Vector128<unativeint>
Public Shared Function Negate (value As Vector128(Of UIntPtr)) As Vector128(Of UIntPtr)

Parameters

value

Vector128<UIntPtr>

Vector128<unativeint>

Returns

Vector128<UIntPtr>

Vector128<unativeint>

Applies to

Negate(Vector128<UInt64>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt64> Negate(System::Runtime::Intrinsics::Vector128<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector128<ulong> Negate(System.Runtime.Intrinsics.Vector128<ulong> value);
static member Negate : System.Runtime.Intrinsics.Vector128<uint64> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function Negate (value As Vector128(Of ULong)) As Vector128(Of ULong)

Parameters

value
Vector128<UInt64>

Returns

Applies to

Negate(Vector128<UInt32>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> Negate(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector128<uint> Negate(System.Runtime.Intrinsics.Vector128<uint> value);
static member Negate : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function Negate (value As Vector128(Of UInteger)) As Vector128(Of UInteger)

Parameters

value
Vector128<UInt32>

Returns

Applies to

Negate(Vector128<UInt16>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt16> Negate(System::Runtime::Intrinsics::Vector128<System::UInt16> value);
public static System.Runtime.Intrinsics.Vector128<ushort> Negate(System.Runtime.Intrinsics.Vector128<ushort> value);
static member Negate : System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function Negate (value As Vector128(Of UShort)) As Vector128(Of UShort)

Parameters

value
Vector128<UInt16>

Returns

Applies to

Negate(Vector128<SByte>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> Negate(System::Runtime::Intrinsics::Vector128<System::SByte> value);
public static System.Runtime.Intrinsics.Vector128<sbyte> Negate(System.Runtime.Intrinsics.Vector128<sbyte> value);
static member Negate : System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function Negate (value As Vector128(Of SByte)) As Vector128(Of SByte)

Parameters

value
Vector128<SByte>

Returns

Applies to

Negate(Vector128<Single>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<float> Negate(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> Negate(System.Runtime.Intrinsics.Vector128<float> value);
static member Negate : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function Negate (value As Vector128(Of Single)) As Vector128(Of Single)

Parameters

value
Vector128<Single>

Returns

Applies to

Negate(Vector128<Int64>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<long> Negate(System::Runtime::Intrinsics::Vector128<long> value);
public static System.Runtime.Intrinsics.Vector128<long> Negate(System.Runtime.Intrinsics.Vector128<long> value);
static member Negate : System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function Negate (value As Vector128(Of Long)) As Vector128(Of Long)

Parameters

value
Vector128<Int64>

Returns

Applies to

Negate(Vector128<Int32>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<int> Negate(System::Runtime::Intrinsics::Vector128<int> value);
public static System.Runtime.Intrinsics.Vector128<int> Negate(System.Runtime.Intrinsics.Vector128<int> value);
static member Negate : System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function Negate (value As Vector128(Of Integer)) As Vector128(Of Integer)

Parameters

value
Vector128<Int32>

Returns

Applies to

Negate(Vector128<Int16>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<short> Negate(System::Runtime::Intrinsics::Vector128<short> value);
public static System.Runtime.Intrinsics.Vector128<short> Negate(System.Runtime.Intrinsics.Vector128<short> value);
static member Negate : System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function Negate (value As Vector128(Of Short)) As Vector128(Of Short)

Parameters

value
Vector128<Int16>

Returns

Applies to

Negate(Vector128<Double>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<double> Negate(System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> Negate(System.Runtime.Intrinsics.Vector128<double> value);
static member Negate : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function Negate (value As Vector128(Of Double)) As Vector128(Of Double)

Parameters

value
Vector128<Double>

Returns

Applies to

Negate(Vector128<Byte>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::Byte> Negate(System::Runtime::Intrinsics::Vector128<System::Byte> value);
public static System.Runtime.Intrinsics.Vector128<byte> Negate(System.Runtime.Intrinsics.Vector128<byte> value);
static member Negate : System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function Negate (value As Vector128(Of Byte)) As Vector128(Of Byte)

Parameters

value
Vector128<Byte>

Returns

Applies to

Negate(Vector128<IntPtr>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<IntPtr> Negate(System::Runtime::Intrinsics::Vector128<IntPtr> value);
public static System.Runtime.Intrinsics.Vector128<IntPtr> Negate(System.Runtime.Intrinsics.Vector128<IntPtr> value);
static member Negate : System.Runtime.Intrinsics.Vector128<nativeint> -> System.Runtime.Intrinsics.Vector128<nativeint>
Public Shared Function Negate (value As Vector128(Of IntPtr)) As Vector128(Of IntPtr)

Parameters

value

Vector128<IntPtr>

Vector128<nativeint>

Returns

Vector128<IntPtr>

Vector128<nativeint>

Applies to