Click or drag to resize
Accord.NET (logo)

HyperrectangleContains Method

Determines if the specified point is contained within this Hyperrectangle structure.

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

Parameters

point
Type: SystemDouble

Return Value

Type: Boolean
See Also