Click or drag to resize
Cimbalino ToolkitIntExtensions Methods

The IntExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsPrime
Indicates whether the value is a prime number.
Public methodStatic memberPrimeFactors
Generates a list with all the prime factors for the input number.
Public methodStatic memberRange
Generates a sequence of integral numbers within a specified range.
Public methodStatic memberTimes(Int32, Action)
Repeats the specified Action the number of times.
Public methodStatic memberTimes(Int32, ActionInt32)
Public methodStatic memberTimesT(Int32, FuncT)
Public methodStatic memberTimesT(Int32, FuncInt32, T)
Public methodStatic memberTo
Generates a sequence of integral numbers within a specified range.
Top
See Also