ILNumerics.Net
Division Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexDivision(Char, fcomplex)
ILNumerics.Net - numeric computing for .NET
Operator dividing a real by a complex.
Declaration Syntax
C#Visual BasicVisual C++
public static fcomplex operator /(
	char in1,
	fcomplex in2
)
Public Shared Operator / ( _
	in1 As Char, _
	in2 As fcomplex _
) As fcomplex
public:
static fcomplex operator /(
	wchar_t in1, 
	fcomplex in2
)
Parameters
in1 (Char)
The dividend.
in2 (fcomplex)
The divisor.
Return Value
Result of operation in1 / in2

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