Exemplo n.º 1
0
 public bool Equals(IVariation other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public int CompareTo(IVariation other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static VariationType VariationType(this IVariation variation)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public static ISequence SequenceWithVariation(this ISequence sequence, IVariation variation)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 /// <summary>
 /// Second order expansion algorithm implementation.
 /// </summary>
 /// <param name="variation"></param>
 /// <param name="sequenceFactory"></param>
 /// <returns></returns>
 public static Spdi SecondOrderExpansion(this IVariation variation, ISequenceFactory sequenceFactory)
 {
     throw new NotImplementedException();
 }