Float4

class Float4 : Record

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val PARSER: (JsonElement) -> Float4

Functions

Link copied to clipboard
@NotNull
open fun div(value: Float): Float4
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 toJson(): JsonArray
Link copied to clipboard
abstract fun toString(): String