CLAS CL_ABAP_BIGINT
Source Link
Open in ADT
Home
Previous Object: /UI2/CL_JSON
Next Object: CL_ABAP_CHAR_UTILITIES
Public
Static Method factory_from_int4
IMPORTING
 iv_value TYPE I Optional
RETURNING ro_bigint TYPE cl_abap_bigint
Method add_int4
IMPORTING
 iv_value TYPE I
RETURNING ro_myself TYPE cl_abap_bigint
Method to_string
RETURNING rv_string TYPE STRING
Method sub
IMPORTING
 io_bigint TYPE cl_abap_bigint
RETURNING ro_myself TYPE cl_abap_bigint
RAISING cx_sy_ref_is_initial
Method mul
IMPORTING
 io_bigint TYPE cl_abap_bigint
RETURNING ro_myself TYPE cl_abap_bigint
RAISING cx_sy_ref_is_initial
Method mod
IMPORTING
 io_bigint TYPE cl_abap_bigint
RETURNING ro_myself TYPE cl_abap_bigint
RAISING cx_sy_ref_is_initial
RAISING cx_sy_zerodivide
Method clone
RETURNING ro_bigint TYPE cl_abap_bigint
Method sqrt
RETURNING ro_myself TYPE cl_abap_bigint
RAISING cx_sy_arg_out_of_domain
Method is_equal
IMPORTING
 io_bigint TYPE cl_abap_bigint
RETURNING rv_equal TYPE ABAP_BOOL
RAISING cx_sy_ref_is_initial
Method is_larger
IMPORTING
 io_bigint TYPE cl_abap_bigint
RETURNING rv_larger TYPE ABAP_BOOL
RAISING cx_sy_ref_is_initial
Exists on:
| 754 | undefined |
| 750 | undefined |
| 702 | undefined |
Bug reports and ideas welcome
Made using abaplint.app