Creates a new VariableCollection that contains the observations of the current VariableCollection that match the current filter.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function Clone As VariableCollection
C#
public VariableCollection Clone ()
C++
public:
VariableCollection^ Clone ()

Return Value

A new VariableCollection containing the observations that match the current filter.