System.Types.TPoint._sqr

From RAD Studio API Documentation
Jump to: navigation, search

C++

static int __fastcall _sqr(int i) _ALWAYS_INLINE { // Helper - private?

Properties

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

Description

Returns the square of the integer received as parameter.

See Also