This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.PreCalculusGeometricProgression
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Top
Top
Top
Geometric Progression
Inheritance Hierarchy
Mathos.PreCalculusGeometricProgression
Namespace: Mathos.PreCalculus
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The GeometricProgression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GeometricProgression |
Default constructor
|
![]() | GeometricProgression(Double, Double) |
Constructor with an "initialterm" and a "commonratio"
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InfiniteSum |
Gets Infinite Sum
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NTerm |
Gets N-th term of Geometric Progression
|
![]() | Sum |
Gets Sum of n-members (n-Seria)
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | From(Enum) | Overloaded. (Defined by Converter.) |
![]() | From(Base) | Overloaded. (Defined by Converter.) |
Properties
Name | Description | |
---|---|---|
![]() | CommonRatio |
Gets or sets the the "_commonRatio"
|
![]() | InitialTerm |
Gets or sets the the "_initialTerm" and Common Difference
|
See Also