ZScalar

Represents a scalar value in the context of the algebra system.

A scalar is a single numerical value. This class provides functionality to manage the scalar value and interact with the ZAlgebraObject system.

Constructors

Link copied to clipboard
constructor()
constructor(value: Float)

Properties

Link copied to clipboard
open override val byteArray: ByteArray
Link copied to clipboard
open override val byteSize: Int
Link copied to clipboard
open override val count: Int

Number of individual instances this object represents

Link copied to clipboard
open override val dataType: ZDataType

The data type stored

Link copied to clipboard
open override val floatArray: FloatArray
Link copied to clipboard
open override val size: Int

Number of elements contained within the values array with the specific type defined in dataType