|
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
)
Public Function Contains (
ParamArray point As Double()
) As Boolean
Request Example
View SourceParameters
- point
- Type: SystemDouble
Return Value
Type:
BooleanSee Also