예제 #1
0
 public SingleOperandFunctionVector()
 {
     _delegateVector = new SingleOperandDelegate[OperandType.GetNames(typeof(OperandType)).Length];
 }
        public DoubleOperandFunctionMatrix()
        {
            var numOperandTypes = OperandType.GetNames(typeof(OperandType)).Length;

            _delegateMatrix = new DoubleOperandDelegate[numOperandTypes, numOperandTypes];
        }