Arithmetic class abstract

@fileoverview Util methods for arithmetic

Constructors

Arithmetic()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

clamp<T extends num>(T value, T minimumValue, T maximumValue) → T
computePercent(num part, num whole) String
inBounds<T extends num>(T value, T minimumValue, T maximumValue) bool
Number is contained by min/max, or equal to.
toSignificantFigures(double value, int figures) double