Quantcast
Channel: R.NET
Viewing all articles
Browse latest Browse all 1634

New Post: Bug in SerializeComplexToDouble

$
0
0
Hi,

There is a bug in the SerializeComplexToDouble method:
for (int i = 0; i < data.Length; i++)

Should be:
for (int i = 0; i < values.Length; i++)

Viewing all articles
Browse latest Browse all 1634

Trending Articles