JCL Help:I64Compare

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Compares two 64 bit integers.


Parameters

Parameters Description
I1 First Int64.
I2 Second Int64.


Return Value

If I1 equals I2 the result is 0, if I1 is larger than I2 the result is greater than 0 (specifically 1) and if I1 is smaller than I2 the result is smaller than 0 (specifically -1).


Description

I64Compares the two supplied 64-bit integers for equality.


See Also

I64Assign I64Copy


About

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page