NumberValue

data class NumberValue(val value: Double) : ClaimType(source)

Represents a numeric value for a claim.

Constructors

Link copied to clipboard
constructor(value: Double)

Creates a new NumberValue instance with the specified value.

Properties

Link copied to clipboard

The numeric value.

Functions

Link copied to clipboard
open operator override fun compareTo(other: ClaimType): Int

Compares this ClaimType object with the specified other object for order.