ILNumerics.Net
Log2 Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexLog2(complex)
ILNumerics.Net - numeric computing for .NET
Logarithm of base 2
Declaration Syntax
C#Visual BasicVisual C++
public static complex Log2(
	complex input
)
Public Shared Function Log2 ( _
	input As complex _
) As complex
public:
static complex Log2(
	complex input
)
Parameters
input (complex)
input
Return Value
logarithm of base 2.
See Also

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)