Tensor.BitwiseAnd Metodo
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
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo Tensor<T> con il risultato. |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, T) |
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo Tensor<T> con il risultato. |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo TensorSpan<T> con il risultato. |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo TensorSpan<T> con il risultato. |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>)
- Origine:
- TensorExtensions.cs
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo Tensor<T> con il risultato.
public:
generic <typename T>
where T : System::Numerics::IBitwiseOperators<T, T, T> static System::Numerics::Tensors::Tensor<T> ^ BitwiseAnd(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y);
public static System.Numerics.Tensors.Tensor<T> BitwiseAnd<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y) where T : System.Numerics.IBitwiseOperators<T,T,T>;
static member BitwiseAnd : ReadOnlyTensorSpan * ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IBitwiseOperators<'T, 'T, 'T>)> (requires 'T :> System.Numerics.IBitwiseOperators<'T, 'T, 'T>)
Public Function BitwiseAnd(Of T As IBitwiseOperators(Of T, T, T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef y As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)
Parametri di tipo
- T
Parametri
La ReadOnlyTensorSpan<T>sinistra.
Il ReadOnlyTensorSpan<T>destro.
Restituisce
Si applica a
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, T)
- Origine:
- TensorExtensions.cs
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo Tensor<T> con il risultato.
public:
generic <typename T>
where T : System::Numerics::IBitwiseOperators<T, T, T> static System::Numerics::Tensors::Tensor<T> ^ BitwiseAnd(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, T y);
public static System.Numerics.Tensors.Tensor<T> BitwiseAnd<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, T y) where T : System.Numerics.IBitwiseOperators<T,T,T>;
static member BitwiseAnd : ReadOnlyTensorSpan * 'T -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IBitwiseOperators<'T, 'T, 'T>)> (requires 'T :> System.Numerics.IBitwiseOperators<'T, 'T, 'T>)
Public Function BitwiseAnd(Of T As IBitwiseOperators(Of T, T, T)) (ByRef x As ReadOnlyTensorSpan(Of T), y As T) As Tensor(Of T)
Parametri di tipo
- T
Parametri
La ReadOnlyTensorSpan<T>sinistra.
- y
- T
Secondo valore.
Restituisce
Si applica a
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>)
- Origine:
- TensorExtensions.cs
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo TensorSpan<T> con il risultato.
public:
generic <typename T>
where T : System::Numerics::IBitwiseOperators<T, T, T> static System::Numerics::Tensors::TensorSpan<T> ^ BitwiseAnd(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> BitwiseAnd<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IBitwiseOperators<T,T,T>;
static member BitwiseAnd : ReadOnlyTensorSpan * ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IBitwiseOperators<'T, 'T, 'T>)
Public Function BitwiseAnd(Of T As IBitwiseOperators(Of T, T, T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef y As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Parametri di tipo
- T
Parametri
La ReadOnlyTensorSpan<T>sinistra.
Il ReadOnlyTensorSpan<T>destro.
- destination
- TensorSpan<T>
Restituisce
Si applica a
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>)
- Origine:
- TensorExtensions.cs
Calcola l'elemento bit per bit e dei due ReadOnlyTensorSpan<T> di input e restituisce un nuovo TensorSpan<T> con il risultato.
public:
generic <typename T>
where T : System::Numerics::IBitwiseOperators<T, T, T> static System::Numerics::Tensors::TensorSpan<T> ^ BitwiseAnd(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, T y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> BitwiseAnd<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, T y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IBitwiseOperators<T,T,T>;
static member BitwiseAnd : ReadOnlyTensorSpan * 'T * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IBitwiseOperators<'T, 'T, 'T>)
Public Function BitwiseAnd(Of T As IBitwiseOperators(Of T, T, T)) (ByRef x As ReadOnlyTensorSpan(Of T), y As T, ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Parametri di tipo
- T
Parametri
La ReadOnlyTensorSpan<T>sinistra.
- y
- T
Secondo valore.
- destination
- TensorSpan<T>