ILNumerics.Net - numeric computing for .NET
Operator dividing the specified inputs.

Namespace:  ILNumerics
Assembly:  ILNumerics.Net (in ILNumerics.Net.dll)
Version: 1.3.12.0 (0.9.28.0)

Syntax

C#
public static complex operator /(
	complex in1,
	ushort in2
)
Visual Basic (Declaration)
Public Shared Operator / ( _
	in1 As complex, _
	in2 As UShort _
) As complex
Visual C++
public:
static complex operator /(
	complex in1, 
	unsigned short in2
)

Parameters

in1
Type: ILNumerics..::.complex
The divident.
in2
Type: System..::.UInt16
The divisor.

Return Value

Result of operation in1 / in2

See Also