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