You are here: Symbol Reference > Math387 Namespace > Functions > Math387.StrToCplx Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.StrToCplx Function

Converts a string to complex number.

Pascal
function StrToCplx(const Source: string): TCplx; overload;

string, converted to complex number.

The complex number must be in the following format: a + bi. Valid examples: +6, 6i, 2.4E-2i, -6E+2+2.4E-2i, 2+3i.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!