Get ClassMathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
Inheritance Hierarchy

SystemObject
  Mathos.Arithmetic.NumbersGet

Namespace: Mathos.Arithmetic.Numbers
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax

public class Get

The Get type exposes the following members.

Constructors

  NameDescription
Public methodGet
Initializes a new instance of the Get class
Top
Methods

  NameDescription
Public methodStatic memberCustomList(FuncInt64, Boolean)
Generates a custom list, which contains numbers that follow the custom rule.
Public methodStatic memberCustomList(Int64, FuncInt64, Boolean)
Generates a custom list, which contains numbers that follow the custom rule.
Public methodStatic memberCustomList(Int64, Int64, FuncInt64, Boolean)
Generates a custom list, which contains numbers that follow the custom rule.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberFactorial(ListInt64)
Calculates the factorials of the specified numbers.
Public methodStatic memberFactorial(Int64)
Calculates factorial of a number.
Public methodStatic memberFactorialBig
Calculates factorials for big numbers
Public methodStatic memberFactorialBigInteger
Public methodStatic memberFactors
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGdc
Caclulates the Greatest common divisor
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIntPower
Public methodStatic memberLcm
Caclulates Least common multiple
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMod
Calculates modulo
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodFrom(Enum)Overloaded.
(Defined by Converter.)
Public Extension MethodFrom(Base)Overloaded.
(Defined by Converter.)
Top
Fields

  NameDescription
Public fieldStatic memberListOfCommonPrimeNumbers
Contains a list of common prime numbers, http://oeis.org/A000040.
Top
See Also

Reference