System.Types.TPointF._sameValue

From RAD Studio API Documentation
Jump to: navigation, search

C++

static bool __fastcall _sameValue(float a, float b) {

Properties

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

Description

Tests whether a TPointF object's fields are equal to some other values, received as parameters.

It returns True if they are equal. Otherwise, it returns False.

See Also