Companion

object Companion

Properties

Link copied to clipboard
val ZERO: Int64

Functions

Link copied to clipboard
fun add(low1: UInt, high1: Int, low2: UInt, high2: Int): Int64
Link copied to clipboard
fun equals(a: Int64, b: Int64): Boolean
Link copied to clipboard
inline fun fromInt52(values: Double): Int64
Link copied to clipboard
inline fun fromRaw(value: Double): Int64
Link copied to clipboard
fun imul(low1: UInt, high1: Int, low2: UInt, high2: Int): Int64
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
Link copied to clipboard
fun sub(low1: UInt, high1: Int, low2: UInt, high2: Int): Int64