Float2FloatConstantFunction

Float to float constant function

Parameters

value

value

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun applyAsFloat(value: Float): Float
Applies float value
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun of(value: Float): @NotNull Float2FloatConstantFunction
Creates constant function by given value
Link copied to clipboard
abstract fun toString(): String