  | RegressionBaseFirstColumnIsAllOnes(DFNumericColumn) Method | 
            Checks if the given numeric column contains all 1's
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxprotected static bool FirstColumnIsAllOnes(
	DFNumericColumn c
)
Protected Shared Function FirstColumnIsAllOnes ( 
	c As DFNumericColumn
) As Boolean
protected:
static bool FirstColumnIsAllOnes(
	DFNumericColumn^ c
)
static member FirstColumnIsAllOnes : 
        c : DFNumericColumn -> bool Parameters
- c  DFNumericColumn
 - A numeric column.
 
Return Value
Booleantrue if all 1's.
See Also