DoubleToComp

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Declaration

function DoubleToComp(Value: Double; var Result: Comp);

Description

The DoubleToComp function converts a Double value into a Comp value. The Comp (computational) type is native to the Intel CPU and represents a 64-bit integer. It is classified as a real, however, because it does not behave like an ordinal type. (For example, you cannot increment or decrement a Comp value.).

See also

Number Manipulation routines

Your Ad Here