IntCellValue

class IntCellValue(val value: Long) : CellValue(source)

Constructors

Link copied to clipboard
constructor(value: Int)
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String