Function Amount.count

Count how many other can be paid by this

ulong count (
  in const(Amount) other
) pure nothrow @nogc @safe;

Parameters

NameDescription
other Another Amount value.

Returns

result of integer division op (this.value / other.value)