Exemplo n.º 1
0
 internal static bool GetReal(Scripting.Compiler.AST.AbstractNode it, out Math.Real curSplitValue)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public override void depth(Math.Real amount)
 {
     base.depth(amount);
     _minDepth = Utility.Min(amount, _minDepth);
     _maxDepth = Utility.Max(amount, _maxDepth);
 }