Vector<T>.Zero 属性

定义

返回一个包含所有 0 的向量。

public:
 static property System::Numerics::Vector<T> Zero { System::Numerics::Vector<T> get(); };
public static System.Numerics.Vector<T> Zero { get; }
static member Zero : System.Numerics.Vector<'T (requires 'T : struct)>
static member Zero : System.Numerics.Vector<'T>
Public Shared ReadOnly Property Zero As Vector(Of T)

属性值

一个包含所有 0 的向量。

例外

.NET 5 及更高版本:不支持类型 T

适用于