 | FunctionFibonacci Method |
Calculates the n-th Fibonacci number.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
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