Click or drag to resize

divisibility Class

A static container for identity method
Inheritance Hierarchy
SystemObject
  NumberStonedivisibility

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class divisibility
Methods
  NameDescription
Public methodStatic memberDivisibility(Int32, Int32)
Get the number of times n can be evenly divided by b.
Public methodStatic memberDivisibility(BigInteger, BigInteger)
Get the number of times n can be evenly divided by b.
Top
See Also