예제 #1
0
 internal BasicPolyadic CreateConstructorExpression(ILanguageExpressionAtomic defaultValueSource)
 {
     return
         (BasicPolyadic.Create(
              this,
              GMacFrameMultivectorConstructor.Create(this, defaultValueSource)
              ));
 }
예제 #2
0
 internal BasicPolyadic CreateConstructorExpression()
 {
     return
         (BasicPolyadic.Create(
              this,
              GMacFrameMultivectorConstructor.Create(this)
              ));
 }
예제 #3
0
 internal BasicPolyadic CreateConstructorExpression(OperandsByIndex operands)
 {
     return
         (BasicPolyadic.Create(
              this,
              GMacFrameMultivectorConstructor.Create(this),
              operands
              ));
 }