Vector512.ClampNative<T> Method

Definition

Restricts a vector between a minimum and a maximum value using platform specific behavior for NaN and NegativeZero..

C#
public static System.Runtime.Intrinsics.Vector512<T> ClampNative<T>(System.Runtime.Intrinsics.Vector512<T> value, System.Runtime.Intrinsics.Vector512<T> min, System.Runtime.Intrinsics.Vector512<T> max);

Type Parameters

T

Parameters

value
Vector512<T>

The vector to restrict.

min
Vector512<T>

The minimum value.

max
Vector512<T>

The maximum value.

Returns

The restricted vector.

Applies to

Product Versions
.NET 9, 10