System.Types.TSmallPoint.IsZero

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsZero : Boolean;

C++

bool IsZero() const _ALWAYS_INLINE {

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Types.pas
SystemTypes.h
System.Types TSmallPoint

Beschreibung

Prüft, ob beide Koordinaten X und Y eines TSmallPoint-Objekts null sind.

IsZero gibt den booleschen Wert True zurück, wenn beide Koordinaten X und Y des TSmallPoint-Objekts null sind, ansonsten False.

Siehe auch