Creates a factor from the given column.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public Factor GetFactor( int colIndex ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFactor ( _ colIndex As Integer _ ) As Factor |
| Visual C++ |
|---|
public: Factor^ GetFactor( int colIndex ) |
Parameters
- colIndex
- Type: System..::.Int32
A column index.