Zernikalos/zernikalos.math/ZScalar ZScalar class ZScalar : ZAlgebraObject(source)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. Members Constructors ZScalar Link copied to clipboard constructor()constructor(value: Float) Properties byteArray Link copied to clipboard open override val byteArray: ByteArray byteSize Link copied to clipboard open override val byteSize: Int count Link copied to clipboard open override val count: IntNumber of individual instances this object represents dataType Link copied to clipboard open override val dataType: ZDataTypeThe data type stored floatArray Link copied to clipboard open override val floatArray: FloatArray size Link copied to clipboard open override val size: IntNumber of elements contained within the values array with the specific type defined in dataType OpPrevious PageZTransformNext Page