Vector<T>.Slice(Integer,Integer) Method

Represents method Slice(Integer,Integer).

Namespace: Spring
public
 function Slice(index: Integer; count: Integer): Vector<T>; overload; inline;

Parameters

index
Type: Integer

count
Type: Integer

Return Value

Type: Vector<T>