Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

Created Unassigned: (Very, very) Minor Documentation Fix [5731]

$
0
0
Hi,

Exception calling "AddData" with "1" argument(s): "The histogram does not __contains__ the value."
At C:\MyProgramFiles\Scripts\test_mathnet_numerics_operations.ps1:351 char:13
+ foreach { $_histogram.adddata( ( $_ -as [system.double] ) ) } )
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ArgumentException

... perhaps the error message might be :
Exception calling "AddData" with "1" argument(s): "The histogram does not __contain__ the value."
At C:\MyProgramFiles\Scripts\test_mathnet_numerics_operations.ps1:351 char:13
+ foreach { $_histogram.adddata( ( $_ -as [system.double] ) ) } )
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ArgumentException

... just a suggestion,
Chuck

Viewing all articles
Browse latest Browse all 971

Trending Articles