Click or drag to resize

NMathFunctionsNaNIf(IDFColumn, FuncString, Boolean) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool[] NaNIf(
	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
An array of boolean values.
See Also