static bool operator >=(Accumulator^ lhs, double a)
Greater than or equal to operator.
static bool operator >(Accumulator^ lhs, double a)
Greater than operator.
static bool operator !=(Accumulator^ lhs, double a)
Inequality operator.
static bool operator<=(Accumulator^ lhs, double a)
Less than or equal to operator.
void Multiply(int i)
Multiplication by an integer.
double Result()
Returns the accumulated value.
static bool operator<(Accumulator^ lhs, double a)
Less than operator.
~Accumulator()
Destructor calls the finalizer.
.NET wrapper for GeographicLib::Accumulator.
static bool operator==(Accumulator^ lhs, double a)
Equality operator.
void Sum(double a)
Adds a value to the accumulator.
void Assign(double a)
Assigns a value to an accumulator.
Accumulator(void)
Constructor.