|
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
)
Public Function Contains (
point As Double()
) As Boolean
Request Example
View SourceParameters
- point
- Type: SystemDouble
The point.
Return Value
Type:
BooleanTrue if the point is contained inside this cell; otherwise, false.
See Also