TensorSpan<T>.Implicit Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Implicit(T[] to TensorSpan<T>) | |
Implicit(TensorSpan<T> to ReadOnlyTensorSpan<T>) |
Converte un TensorSpan<T> in un ReadOnlyTensorSpan<T>. |
Implicit(T[] to TensorSpan<T>)
- Origine:
- TensorSpan.cs
- Origine:
- TensorSpan.cs
public:
static operator System::Numerics::Tensors::TensorSpan<T>(cli::array <T> ^ array);
public static implicit operator System.Numerics.Tensors.TensorSpan<T> (T[]? array);
static member op_Implicit : 'T[] -> System.Numerics.Tensors.TensorSpan<'T>
Public Shared Widening Operator CType (array As T()) As TensorSpan(Of T)
Parametri
- array
- T[]
Restituisce
Si applica a
Implicit(TensorSpan<T> to ReadOnlyTensorSpan<T>)
- Origine:
- TensorSpan.cs
- Origine:
- TensorSpan.cs
Converte un TensorSpan<T> in un ReadOnlyTensorSpan<T>.
public:
static operator System::Numerics::Tensors::ReadOnlyTensorSpan<T>(System::Numerics::Tensors::TensorSpan<T> span);
public static implicit operator System.Numerics.Tensors.ReadOnlyTensorSpan<T> (System.Numerics.Tensors.TensorSpan<T> span);
static member op_Implicit : System.Numerics.Tensors.TensorSpan<'T> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Shared Widening Operator CType (span As TensorSpan(Of T)) As ReadOnlyTensorSpan(Of T)
Parametri
- span
- TensorSpan<T>
Restituisce
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.