Axes.Contains Method
Gets whether the axis collection contains the specified axis.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
C#
true if the axis with index axis is included in the collection; otherwise false.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public bool Contains(
int axis
)
Parameters
- axis Int32
- The index of the axis to look up.
Return Value
Booleantrue if the axis with index axis is included in the collection; otherwise false.