Click or drag to resize

NMathFunctionsIf(IDFColumn, FuncString, Boolean) Method

Creates an array of boolean values determined by applying a logical function to the elements of a column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool[] If(
	IDFColumn data,
	Func<string, bool> function
)

Parameters

data  IDFColumn
A column.
function  FuncString, Boolean
A function that takes a string and returns a boolean.

Return Value

Boolean
A boolean array.
See Also