Float

data class Float(var fType: Float.FType) : Type

Used to define the Float type

Example: 3.14

Constructors

Link copied to clipboard
constructor(title: String, tp: Float.FType)
constructor(fType: Float.FType)

Types

Link copied to clipboard

Used to classify Float types

Properties

Link copied to clipboard

represents the type of float

Link copied to clipboard
open override val title: String

represents the name of the type