Namespace: OpenEdge.Core
Class
Integer
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: Ccs.Common.Support.IInt64Holder

Copyright (c) 2016, 2019, 2022 by Progress Software Corporation. All rights reserved.
File:Integer
Author(s):pjudge
Created:Fri Jun 03 13:54:42 EDT 2016




Method Summary
Options Name Purpose
INTEGER CompareTo (IInt64Holder) /* Comparison method, used by SortedSet's default comparer - If the returned value is less than 0 (zero), then the current object sorts before the object passed in. - If the returned value equals 0 (zero) , then the current object occupies the same position in the sort order. - If the returned value is greater than 0(zero), then the current object sorts after the object passed in. - If either object's Value is the unknown value (?), then that sorts high/early/before @param IInt64Holder The object to compare to. @return integer 0 = same object +1 = sorts after -1 = sorts before */
LOGICAL Equals (Object)
CHARACTER ToString ()

Constructor Summary
Options Name Purpose
Integer (int64)
Integer (integer)

Property Summary
Options Name Purpose
INT64 Value


Method Detail
Top

INTEGER CompareTo (IInt64Holder)

/* Comparison method, used by SortedSet's default comparer
- If the returned value is less than 0 (zero), then the current object sorts before the object passed in.
- If the returned value equals 0 (zero) , then the current object occupies the same position in the sort order.
- If the returned value is greater than 0(zero), then the current object sorts after the object passed in.
- If either object's Value is the unknown value (?), then that sorts high/early/before
+1 = sorts after
-1 = sorts before
Parameters:
pOther Ccs.Common.Support.IInt64Holder
Returns INTEGER
integer 0 = same object
Top

LOGICAL Equals (Object)

Parameters:
PO Progress.Lang.Object
Returns LOGICAL
Top

CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

Integer (int64)

Parameters:
piValue INT64
Top

Integer (integer)

Parameters:
piValue INTEGER


Property Detail
Top

INT64 Value

Returns INT64


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.6.0