ValueFlag

enum ValueFlag : Enum<ValueFlag>

Represents flags to supply additional info about values of buffer.

Entries

Link copied to clipboard

Reports the value is positive infinity

Link copied to clipboard

Reports the value is negative infinity.

Link copied to clipboard

Reports the value doesn't present in the buffer (when the type of value doesn't support null).

Link copied to clipboard
NAN()

Reports the value is NaN.

Properties

Link copied to clipboard
val mask: Byte

bit mask value of this flag.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Sources

Link copied to clipboard