C# 클래스 DAQ.Mathematica.MathematicaService

Provides a connection to a Mathematica Kernel. Call the getKernel() method to obtain a reference to the kernel
파일 보기 프로젝트 열기: ColdMatter/EDMSuite

공개 메소드들

메소드 설명
DisposeKernel ( ) : void
GetKernel ( ) : IKernelLink
LoadPackage ( String name, bool reload ) : void
MathematicaService ( ) : System

메소드 상세

DisposeKernel() 공개 정적인 메소드

public static DisposeKernel ( ) : void
리턴 void

GetKernel() 공개 정적인 메소드

public static GetKernel ( ) : IKernelLink
리턴 IKernelLink

LoadPackage() 공개 정적인 메소드

public static LoadPackage ( String name, bool reload ) : void
name String
reload bool
리턴 void

MathematicaService() 공개 메소드

public MathematicaService ( ) : System
리턴 System