Axes.Subtraction Operator

Returns a new axis collection that has the specified axis removed.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public static Axes operator -(
	Axes axes,
	int axis
)

Parameters

axes  Axes
The axis collection to start from.
axis  Int32
The index of the exis to remove from axes.

Return Value

Axes

See Also