Tensor.ExclusiveOrAssignment Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExclusiveOrAssignment(TScalar)
- Source:
- Tensor.cs
public:
void op_ExclusiveOrAssignment(TScalar other);
public void op_ExclusiveOrAssignment(TScalar other);
member this.op_ExclusiveOrAssignment : 'TScalar -> unit
Public op_ExclusiveOrAssignment (other As TScalar)
Parameters
- other
- TScalar
Applies to
ExclusiveOrAssignment(ReadOnlyTensorSpan<TScalar>)
- Source:
- Tensor.cs
public:
void op_ExclusiveOrAssignment(System::Numerics::Tensors::ReadOnlyTensorSpan<TScalar> % other);
public void op_ExclusiveOrAssignment(in System.Numerics.Tensors.ReadOnlyTensorSpan<TScalar> other);
member this.op_ExclusiveOrAssignment : ReadOnlyTensorSpan -> unit
Public op_ExclusiveOrAssignment (ByRef other As ReadOnlyTensorSpan(Of TScalar))
Parameters
- other
- ReadOnlyTensorSpan<TScalar>