Returns a string representation of this object.
Source
String toString (){ return """Value ${this.value} Deviation ${this.deviation} min ${this.min} max ${this.max}"""; }
Returns a string representation of this object.
String toString (){ return """Value ${this.value} Deviation ${this.deviation} min ${this.min} max ${this.max}"""; }