BetterModel
Toggle table of contents
1.12.2-SNAPSHOT-365
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util.function
/
Float2FloatConstantFunction
Float2Float
Constant
Function
class
Float2FloatConstantFunction
:
Record
,
Float2FloatFunction
Float to float constant function
Parameters
value
value
Members
Constructors
Float2Float
Constant
Function
Link copied to clipboard
constructor
(
)
Properties
ZERO
Link copied to clipboard
val
ZERO
:
Float2FloatConstantFunction
Zero
Functions
apply
As
Float
Link copied to clipboard
open
fun
applyAsFloat
(
value
:
Float
)
:
Float
Applies float value
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
of
Link copied to clipboard
@
NotNull
open
fun
of
(
value
:
Float
)
:
@
NotNull
Float2FloatConstantFunction
Creates constant function by given value
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String