ILNumerics.Net
Division Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexDivision(UInt32, fcomplex)
ILNumerics.Net - numeric computing for .NET
Operator dividing a real by a complex.
Declaration Syntax
C#Visual BasicVisual C++
public static fcomplex operator /(
	uint in1,
	fcomplex in2
)
Public Shared Operator / ( _
	in1 As UInteger, _
	in2 As fcomplex _
) As fcomplex
public:
static fcomplex operator /(
	unsigned int in1, 
	fcomplex in2
)
Parameters
in1 (UInt32)
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)