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.0
C#
public bool Contains(
	int axis
)

Parameters

axis  Int32
The index of the axis to look up.

Return Value

Boolean
true if the axis with index axis is included in the collection; otherwise false.

See Also