hosanna-ui-docs - v0.9.0
Preparing search index...
Bridge/targets/common
sgApi
ISGILongInt
Interface ISGILongInt
Interface for handling long integer values.
interface
ISGILongInt
{
GetLongInt
()
:
bigint
;
SetLongInt
(
value
:
bigint
)
:
any
;
}
Hierarchy (
View Summary
)
ISGILongInt
ISGROLongInteger
Index
Methods
Get
Long
Int
Set
Long
Int
Methods
Get
Long
Int
GetLongInt
()
:
bigint
Gets the long integer value
Returns
bigint
Set
Long
Int
SetLongInt
(
value
:
bigint
)
:
any
Sets the long integer value
Parameters
value
:
bigint
Returns
any
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
Get
Long
Int
Set
Long
Int
hosanna-ui-docs - v0.9.0
Loading...
Interface for handling long integer values.