Converts a
double real number to a
complex structure.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function FromDouble( _
ByVal a As Double _
) As Complex |
| C# | |
|---|
public static Complex FromDouble(
double a
) |
| C++/CLI | |
|---|
public:
static Complex FromDouble(
double a
) |
Parameters
- a
- The real number to convert.
Return Value
A
complex structure equal to the real number.
Requirements
Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000
See Also