Rediģēt

Kopīgot, izmantojot


Avx10v1.V512.Range Method

Definition

Overloads

Range(Vector512<Double>, Vector512<Double>, Byte)
Range(Vector512<Single>, Vector512<Single>, Byte)

Range(Vector512<Double>, Vector512<Double>, Byte)

public:
 static System::Runtime::Intrinsics::Vector512<double> Range(System::Runtime::Intrinsics::Vector512<double> left, System::Runtime::Intrinsics::Vector512<double> right, System::Byte control);
public static System.Runtime.Intrinsics.Vector512<double> Range (System.Runtime.Intrinsics.Vector512<double> left, System.Runtime.Intrinsics.Vector512<double> right, byte control);
static member Range : System.Runtime.Intrinsics.Vector512<double> * System.Runtime.Intrinsics.Vector512<double> * byte -> System.Runtime.Intrinsics.Vector512<double>
Public Shared Function Range (left As Vector512(Of Double), right As Vector512(Of Double), control As Byte) As Vector512(Of Double)

Parameters

right
Vector512<Double>
control
Byte

Returns

Applies to

Range(Vector512<Single>, Vector512<Single>, Byte)

public:
 static System::Runtime::Intrinsics::Vector512<float> Range(System::Runtime::Intrinsics::Vector512<float> left, System::Runtime::Intrinsics::Vector512<float> right, System::Byte control);
public static System.Runtime.Intrinsics.Vector512<float> Range (System.Runtime.Intrinsics.Vector512<float> left, System.Runtime.Intrinsics.Vector512<float> right, byte control);
static member Range : System.Runtime.Intrinsics.Vector512<single> * System.Runtime.Intrinsics.Vector512<single> * byte -> System.Runtime.Intrinsics.Vector512<single>
Public Shared Function Range (left As Vector512(Of Single), right As Vector512(Of Single), control As Byte) As Vector512(Of Single)

Parameters

right
Vector512<Single>
control
Byte

Returns

Applies to