ReadOnlyTensorSpan<T>.Empty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回長度為 0 的唯讀範圍,其基底為 Null 指標。
public:
static property System::Numerics::Tensors::ReadOnlyTensorSpan<T> Empty { System::Numerics::Tensors::ReadOnlyTensorSpan<T> get(); };
public static System.Numerics.Tensors.ReadOnlyTensorSpan<T> Empty { get; }
static member Empty : System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Shared ReadOnly Property Empty As ReadOnlyTensorSpan(Of T)