FloatingPointOperand

data class FloatingPointOperand(val value: Double, val access: AccessType = AccessType.READ) : Operand(source)

Floating-point operand

Constructors

Link copied to clipboard
constructor(value: Double, access: AccessType = AccessType.READ)

Properties

Link copied to clipboard
open override val access: AccessType

Access type for this operand (read, write, or both)

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String