 | DFColumnGetFactor Method |
Creates a factor from this column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Factor GetFactor()
Public Function GetFactor As Factor
public:
virtual Factor^ GetFactor() sealed
abstract GetFactor : unit -> Factor
override GetFactor : unit -> Factor
Return Value
Factor
A factor with levels for the sorted, unique elements in this column.
Implements
IDFColumnGetFactor
See Also