C# Class DAQ.Mathematica.MathematicaService

Provides a connection to a Mathematica Kernel. Call the getKernel() method to obtain a reference to the kernel
Afficher le fichier Open project: ColdMatter/EDMSuite

Méthodes publiques

Méthode Description
DisposeKernel ( ) : void
GetKernel ( ) : IKernelLink
LoadPackage ( String name, bool reload ) : void
MathematicaService ( ) : System

Method Details

DisposeKernel() public static méthode

public static DisposeKernel ( ) : void
Résultat void

GetKernel() public static méthode

public static GetKernel ( ) : IKernelLink
Résultat IKernelLink

LoadPackage() public static méthode

public static LoadPackage ( String name, bool reload ) : void
name String
reload bool
Résultat void

MathematicaService() public méthode

public MathematicaService ( ) : System
Résultat System