This documentation is compiled for the latest release of Mathos Core Library
Top
Top
The Fibonacci type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BinetFormula |
Binet's Formula, Gets N-th Fibonacci number
| |
| 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.) | |
| GoldenRatio |
Golden Ratio
| |
| Index |
If we know F is a Fibonacci number we can find its index
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NTerm |
Gets N-th Fibonacci number
| |
| Sum |
Sum of Fibonacci numbers from "n" to "m"
| |
| 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.) |
See Also