UIntExtensions.Factors
Extension Method in UIntExtensions
Declaration
public static IEnumerable<uint> Factors(this uint n)Description
Returns the factors of the given number.
Parameters
| n | The number to factor. |
Returns
| IEnumerableT | The factors of the given number. |