ValueFlag

Represents flags to supply additional info about values of buffer.

Entries

Link copied to clipboard

Reports the value is NaN.

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

Reports the value is negative infinity.

Link copied to clipboard

Reports the value is positive infinity

Functions

Link copied to clipboard
fun valueOf(value: String): ValueFlag

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val mask: Byte

bit mask value of this flag.

Link copied to clipboard
Link copied to clipboard