Vector<T>.Explicit Operatore

Definizione

Overload

Explicit(Vector<T> to Vector<UIntPtr>)

Reinterpreta i bit di un vettore di origine in un vettore di interi senza segno di dimensioni native.

Explicit(Vector<T> to Vector<UInt64>)

Reinterpreta i bit del vettore specificato in un vettore del tipo UInt64.

Explicit(Vector<T> to Vector<UInt32>)

Reinterpreta i bit del vettore specificato in un vettore del tipo UInt32.

Explicit(Vector<T> to Vector<UInt16>)

Reinterpreta i bit del vettore specificato in un vettore del tipo UInt16.

Explicit(Vector<T> to Vector<Single>)

Reinterpreta i bit del vettore specificato in un vettore del tipo Single.

Explicit(Vector<T> to Vector<SByte>)

Reinterpreta i bit del vettore specificato in un vettore del tipo SByte.

Explicit(Vector<T> to Vector<Double>)

Reinterpreta i bit del vettore specificato in un vettore del tipo Double.

Explicit(Vector<T> to Vector<Int64>)

Reinterpreta i bit del vettore specificato in un vettore del tipo Int64.

Explicit(Vector<T> to Vector<Int32>)

Reinterpreta i bit del vettore specificato in un vettore del tipo Int32.

Explicit(Vector<T> to Vector<Int16>)

Reinterpreta i bit del vettore specificato in un vettore del tipo Int16.

Explicit(Vector<T> to Vector<IntPtr>)

Reinterpreta i bit di un vettore di origine in un vettore di interi di dimensioni native.

Explicit(Vector<T> to Vector<Byte>)

Reinterpreta i bit del vettore specificato in un vettore del tipo Byte.

Explicit(Vector<T> to Vector<UIntPtr>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Importante

Questa API non è conforme a CLS.

Reinterpreta i bit di un vettore di origine in un vettore di interi senza segno di dimensioni native.

[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<UIntPtr>(System.Numerics.Vector<T> value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<nuint>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vector<UIntPtr>

value reinterpretato come nuovo Vector<T>.

Attributi

Eccezioni

Il tipo value (T) non è supportato.

Si applica a

Explicit(Vector<T> to Vector<UInt64>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Importante

Questa API non è conforme a CLS.

Reinterpreta i bit del vettore specificato in un vettore del tipo UInt64.

[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<ulong>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Attributi

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<UInt32>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Importante

Questa API non è conforme a CLS.

Reinterpreta i bit del vettore specificato in un vettore del tipo UInt32.

[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<uint>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Attributi

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<UInt16>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Importante

Questa API non è conforme a CLS.

Reinterpreta i bit del vettore specificato in un vettore del tipo UInt16.

[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<ushort>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Attributi

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<Single>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Reinterpreta i bit del vettore specificato in un vettore del tipo Single.

public static explicit operator System.Numerics.Vector<float>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<SByte>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Importante

Questa API non è conforme a CLS.

Reinterpreta i bit del vettore specificato in un vettore del tipo SByte.

[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<sbyte>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Attributi

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<Double>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Reinterpreta i bit del vettore specificato in un vettore del tipo Double.

public static explicit operator System.Numerics.Vector<double>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<Int64>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Reinterpreta i bit del vettore specificato in un vettore del tipo Int64.

public static explicit operator System.Numerics.Vector<long>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<Int32>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Reinterpreta i bit del vettore specificato in un vettore del tipo Int32.

public static explicit operator System.Numerics.Vector<int>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<Int16>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Reinterpreta i bit del vettore specificato in un vettore del tipo Int16.

public static explicit operator System.Numerics.Vector<short>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a

Explicit(Vector<T> to Vector<IntPtr>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Reinterpreta i bit di un vettore di origine in un vettore di interi di dimensioni native.

public static explicit operator System.Numerics.Vector<IntPtr>(System.Numerics.Vector<T> value);
public static explicit operator System.Numerics.Vector<nint>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vector<IntPtr>

value reinterpretato come nuovo Vector<T>.

Eccezioni

Il tipo value (T) non è supportato.

Si applica a

Explicit(Vector<T> to Vector<Byte>)

Origine:
Vector_1.cs
Origine:
Vector_1.cs
Origine:
Vector_1.cs

Reinterpreta i bit del vettore specificato in un vettore del tipo Byte.

public static explicit operator System.Numerics.Vector<byte>(System.Numerics.Vector<T> value);

Parametri

value
Vector<T>

Vettore da reinterpretare.

Restituisce

Vettore reinterpretato.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

L'operatore Explicit definisce una conversione di tipo narrowing. Richiede un operatore di cast (in C#) o un metodo di conversione (in Visual Basic).

Si applica a