am i correct in understanding that the _> operaor will work in the following way

[code]

pt_ptr _>y = pt_ptr->y - 3.0;

decreases the value of element y in sturture pointed by pt_ptr by 3