Click or drag to resize

MathUtilAllZero Method

Checks if vector xTable has all zero elements

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static bool AllZero(
	double[] xTable,
	int startIndex
)

Parameters

xTable
Type: SystemDouble
Vector that must be checked
startIndex
Type: SystemInt32
First index to check

Return Value

Type: Boolean
True all elements are zero
See Also