ConstantValue

class ConstantValue(val value: Double) : GetValueIfc

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard
open override val value: Double

Functions

Link copied to clipboard
open override fun value(): Double

This method simply returns the value.