import lib for script operator
#16
(06-08-2023, 05:35 PM)tyFlow Wrote: What's the error you see when calling the function in SimulationStep?

this is the test code..
-------------------------------
using MathNet.Numerics.Distributions;
void hello()
{
double[] samples = SystemRandomSource.Doubles(100, 90);
}

the above works, however:
----------------------------------
public void simulationStep()
{
double[] samples = SystemRandomSource.Doubles(100, 90);
}

says: 'could not load file or assembly 'MathNet.Numerics4.8.0.0, Culture=neutral, PublicKeyToken=Null' or one of its dependencies.. System cannot find the file specified....'
  Reply


Messages In This Thread
import lib for script operator - by akis - 05-29-2023, 01:03 PM
RE: import lib for script operator - by tyFlow - 06-03-2023, 02:33 AM
RE: import lib for script operator - by akis - 06-05-2023, 09:30 PM
RE: import lib for script operator - by tyFlow - 06-05-2023, 09:48 PM
RE: import lib for script operator - by akis - 06-06-2023, 07:19 PM
RE: import lib for script operator - by tyFlow - 06-07-2023, 02:29 AM
RE: import lib for script operator - by akis - 06-07-2023, 08:01 AM
RE: import lib for script operator - by tyFlow - 06-07-2023, 01:30 PM
RE: import lib for script operator - by akis - 06-08-2023, 04:56 AM
RE: import lib for script operator - by akis - 06-07-2023, 03:34 PM
RE: import lib for script operator - by tyFlow - 06-08-2023, 01:25 PM
RE: import lib for script operator - by akis - 06-08-2023, 03:20 PM
RE: import lib for script operator - by tyFlow - 06-08-2023, 03:29 PM
RE: import lib for script operator - by akis - 06-08-2023, 05:28 PM
RE: import lib for script operator - by tyFlow - 06-08-2023, 05:35 PM
RE: import lib for script operator - by akis - 06-08-2023, 05:53 PM
RE: import lib for script operator - by akis - 06-08-2023, 08:46 PM
RE: import lib for script operator - by tyFlow - 06-08-2023, 09:05 PM
RE: import lib for script operator - by 11paf - 04-24-2024, 08:29 PM

Forum Jump: