korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-core
/
korlibs.memory
/
Int64
/
Companion
Companion
object
Companion
Members
Properties
ZERO
Link copied to clipboard
val
ZERO
:
Int64
Functions
add
Link copied to clipboard
fun
add
(
low1
:
UInt
,
high1
:
Int
,
low2
:
UInt
,
high2
:
Int
)
:
Int64
equals
Link copied to clipboard
fun
equals
(
a
:
Int64
,
b
:
Int64
)
:
Boolean
from
Int52
Link copied to clipboard
inline
fun
fromInt52
(
values
:
Double
)
:
Int64
from
Raw
Link copied to clipboard
inline
fun
fromRaw
(
value
:
Double
)
:
Int64
imul
Link copied to clipboard
fun
imul
(
low1
:
UInt
,
high1
:
Int
,
low2
:
UInt
,
high2
:
Int
)
:
Int64
invoke
Link copied to clipboard
inline operator
fun
invoke
(
value
:
Int64
)
:
Int64
inline operator
fun
invoke
(
value
:
Int
)
:
Int64
inline operator
fun
invoke
(
value
:
Long
)
:
Int64
inline operator
fun
invoke
(
value
:
UInt
)
:
Int64
inline operator
fun
invoke
(
low
:
Int
,
high
:
Int
)
:
Int64
sub
Link copied to clipboard
fun
sub
(
low1
:
UInt
,
high1
:
Int
,
low2
:
UInt
,
high2
:
Int
)
:
Int64