 | FunctionFibonacci Method |
Calculates the n-th Fibonacci number.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic static int Fibonacci(
int n
)
Public Shared Function Fibonacci (
n As Integer
) As Integer
Parameters
- n
- Type: SystemInt32
The Fibonacci number to calculate.
Return Value
Type:
Int32The n-th Fibonacci number
See Also