String toString()

Returns a string representation of this object.

Source

String toString (){
 return """Value  ${this.value} Deviation ${this.deviation} min ${this.min} max ${this.max}""";
}