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
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