Click or drag to resize
Accord.NET (logo)

SPCellContains Method

Determines whether a point lies inside this cell.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool Contains(
	double[] point
)
Request Example View Source

Parameters

point
Type: SystemDouble
The point.

Return Value

Type: Boolean
True if the point is contained inside this cell; otherwise, false.
See Also