Triangular

@Serializable
@SerialName(value = "triangular")
data class Triangular(val min: Double, val mode: Double, val max: Double, val stream: Int) : RVSpec(source)

Triangular with the given min, mode, max and stream.

Constructors

Link copied to clipboard
constructor(min: Double, mode: Double, max: Double, stream: Int)

Properties

Link copied to clipboard
val max: Double
Link copied to clipboard
val min: Double
Link copied to clipboard
Link copied to clipboard
val stream: Int