System.Types.TPointF._sqrf

From RAD Studio API Documentation
Jump to: navigation, search

C++

static float __fastcall _sqrf(float i) _ALWAYS_INLINE {

Properties

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

Description

Returns the squared value of the value received as parameter.

_sqrf returns the squared value of the float value received as parameter.

See Also