.NET Matrix Library
Unary Plus Operator
See Also  Send comments on this topic


a
A complex number.
Returns the value of the complex number.

Syntax

Visual Basic (Declaration) 
Public Operator +( _
   ByVal a As Complex _
) As Complex
C# 
public Complex operator +( 
   Complex a
)
C++/CLI 
public:
Complex operator +( 
   Complex a
)

Parameters

a
A complex number.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation