예제 #1
0
 public BoundaryCases(Laboratory.ICommandInterface commandInterface)
     : base(commandInterface)
 {
 }
예제 #2
0
 public MathIntrinsics(Laboratory.ICommandInterface commandInterface)
     : base(commandInterface)
 {
 }
예제 #3
0
 public CLR(Laboratory.ICommandInterface commandInterface)
     : base(commandInterface)
 {
 }
예제 #4
0
파일: Math.cs 프로젝트: Esvandiary/Element
 public Math(Laboratory.ICommandInterface commandInterface) : base(commandInterface)
 {
     Context.IncludePrelude = true;
 }