Метод | Описание | |
---|---|---|
Contains ( double point ) : bool |
Determines whether a point lies inside this cell.
|
|
SPCell ( double corner, double width ) : Accord.Math |
Initializes a new instance of the SPCell class.
|
|
SPCell ( int dimension ) : Accord.Math |
Initializes a new instance of the SPCell class.
|
public Contains ( double point ) : bool | ||
point | double | The point. |
Результат | bool |
public SPCell ( double corner, double width ) : Accord.Math | ||
corner | double | The starting point of this spatial cell. |
width | double | The widths of this spatial cell. |
Результат | Accord.Math |
public SPCell ( int dimension ) : Accord.Math | ||
dimension | int | The number of dimensions of the space. |
Результат | Accord.Math |