|  | SubsetAppend Method | 
            Adds an index to this subset.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Subset Append(
	int index
)
Public Function Append ( 
	index As Integer
) As Subset
public:
Subset^ Append(
	int index
)
member Append : 
        index : int -> Subset Parameters
- index  Int32
- The index to be added.
Return Value
SubsetA new subset with 
index appended.
 See Also
See Also