【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.35.3 point::y
Contents
ClassName
point
AccessType
public
Name
y
Declaration
int y
Remark
Examples
EX1
void point_y_ex1() { point pt(2, 3); printf("x = %d y = %d\n", pt.x, pt.y); }
Description
y coordinate of the point
Header to Include
origin.h