ILNumerics.Net
Division Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexDivision(fcomplex, UInt16)
ILNumerics.Net - numeric computing for .NET
Operator dividing the specified inputs.
Declaration Syntax
C#Visual BasicVisual C++
public static fcomplex operator /(
	fcomplex in1,
	ushort in2
)
Public Shared Operator / ( _
	in1 As fcomplex, _
	in2 As UShort _
) As fcomplex
public:
static fcomplex operator /(
	fcomplex in1, 
	unsigned short in2
)
Parameters
in1 (fcomplex)
The divident.
in2 (UInt16)
The divisor.
Return Value
Result of operation in1 / in2

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