PointEqual
int PointEqual (Point point1, Point point2);
Purpose
Indicates if two points are the same.
PointEqual returns 1 if the x and y values of two specific points are the same; it returns 0 otherwise.
Parameters
Input | ||
Name | Type | Description |
point1 | Point | Point structure. |
point2 | Point | Point structure. |
Return Value
Name | Type | Description | ||||||
pointsAreEqual | int | Indication that the two points are the same.
|
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later