Click or drag to resize

FunctionFibonacci Method

Calculates the n-th Fibonacci number.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static int Fibonacci(
	int n
)

Parameters

n
Type: SystemInt32
The Fibonacci number to calculate.

Return Value

Type: Int32
The n-th Fibonacci number
See Also