Returns a slice of the current slice.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Slice this[
Slice slice
] { get; }
Public ReadOnly Default Property Item (
slice As Slice
) As Slice
Get
public:
property Slice default[Slice slice] {
Slice get (Slice slice);
}
member Item : Slice with get
Parameters
- slice
- Type: Extreme.MathematicsSlice
A Slice structure that specifies
the elements to return.
Return Value
Type:
SliceA new slice that represents the nested slice.
Reference