DoubleArrayValue

class DoubleArrayValue(value: DoubleArray) : Value, Iterable<Double>

A performance optimized version of list value for doubles

Constructors

DoubleArrayValue
Link copied to clipboard
common
fun DoubleArrayValue(value: DoubleArray)

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
iterator
Link copied to clipboard
common
open operator override fun iterator(): Iterator<Double>
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

list
Link copied to clipboard
common
open override val list: List<Value>

get this value represented as List

type
Link copied to clipboard
common
open override val type: ValueType

The type of the value

value
Link copied to clipboard
common
open override val value: DoubleArray

Get raw value of this value