DoubleDisplayProperty

class DoubleDisplayProperty(val label: String, val value: Double, val unitSuffix: String) : DisplayProperty

A display property that shows a numerical value with optional units.

Constructors

Link copied to clipboard
constructor(label: String, value: Double, unitSuffix: String)

Properties

Link copied to clipboard

the label for this value

Link copied to clipboard

a suffix to display after the value (e.g., "ms", "items")

Link copied to clipboard

the numerical value to display