แก้ไข

แชร์ผ่าน


Vector.IsNormal<T>(Vector<T>) Method

Definition

public:
generic <typename T>
 static System::Numerics::Vector<T> IsNormal(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsNormal<T>(System.Numerics.Vector<T> vector);
static member IsNormal : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsNormal(Of T) (vector As Vector(Of T)) As Vector(Of T)

Type Parameters

T

Parameters

vector
Vector<T>

Returns

Applies to