Ratio

data class Ratio(val value: Double) : IgnoreNearExpected

The ratio by which values can differ from expected values before being considered anomalous.

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this IgnoreNearExpected as a Amount and retrieves its kotlin.Double value. Throws an exception if the IgnoreNearExpected is not a Amount.

Link copied to clipboard

Casts this IgnoreNearExpected as a Amount and retrieves its kotlin.Double value. Returns null if the IgnoreNearExpected is not a Amount.

Link copied to clipboard

Casts this IgnoreNearExpected as a Ratio and retrieves its kotlin.Double value. Throws an exception if the IgnoreNearExpected is not a Ratio.

Link copied to clipboard

Casts this IgnoreNearExpected as a Ratio and retrieves its kotlin.Double value. Returns null if the IgnoreNearExpected is not a Ratio.