Casts a
DoubleComplex number to a real number. The
imaginary part must be zero.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Narrowing Operator CType ( _
z As DoubleComplex _
) As Double
|
| F# |
F# does not support the declaration of new casting operators.
|
Return Value
A floating-point number with the same value
as the complex number.
Remarks
See Also