Tensor.BitwiseOrAssignment 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
BitwiseOrAssignment(TScalar)
- Source:
- Tensor.cs
public:
void op_BitwiseOrAssignment(TScalar other);
public void op_BitwiseOrAssignment(TScalar other);
member this.op_BitwiseOrAssignment : 'TScalar -> unit
Public op_BitwiseOrAssignment (other As TScalar)
Parameters
- other
- TScalar
Applies to
BitwiseOrAssignment(ReadOnlyTensorSpan<TScalar>)
- Source:
- Tensor.cs
public:
void op_BitwiseOrAssignment(System::Numerics::Tensors::ReadOnlyTensorSpan<TScalar> % other);
public void op_BitwiseOrAssignment(in System.Numerics.Tensors.ReadOnlyTensorSpan<TScalar> other);
member this.op_BitwiseOrAssignment : ReadOnlyTensorSpan -> unit
Public op_BitwiseOrAssignment (ByRef other As ReadOnlyTensorSpan(Of TScalar))
Parameters
- other
- ReadOnlyTensorSpan<TScalar>