Vector.IsInteger<T>(Vector<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定向量中哪些元素為整數值。
public:
generic <typename T>
static System::Numerics::Vector<T> IsInteger(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsInteger<T>(System.Numerics.Vector<T> vector);
static member IsInteger : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsInteger(Of T) (vector As Vector(Of T)) As Vector(Of T)
類型參數
- T
向量中專案的型別。
參數
- vector
- Vector<T>
要檢查的向量。
傳回
一個向量,其元素為全位元集合或零,取決於對 vector 應元素是否為整數值。