System.Types.TPointF.operator /

From RAD Studio API Documentation
Jump to: navigation, search

C++

TPointF operator /(float f) const {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TPointF

Description

Returns a TPointF object with the coordinates of the current TPointF object divided by the provided value.

Operator / provides the division of the point with a float value.

See Also