Click or drag to resize

primeFactors Class

A static container for identity method
Inheritance Hierarchy
SystemObject
  NumberStoneprimeFactors

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class primeFactors
Methods
  NameDescription
Public methodStatic memberPrimefactors(Int32)
Get the prime factors of a number.
Public methodStatic memberPrimefactors(Int64)
Get the prime factors of a number.
Top
See Also