OfDouble

class OfDouble(val size: Long, val name: String? = null) : ValueLayout

Constructors

Link copied to clipboard
constructor(size: Long, name: String? = null)

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val size: Long

Functions

Link copied to clipboard
open override fun withName(name: String): ValueLayout.OfDouble