public int HashCode(MAT2d_BiInt theKey, int theUpperBound)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(MAT2d_BiInt Key1, MAT2d_BiInt Key2)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public bool UnBind(MAT2d_BiInt theKey)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void SortRefToEqui(MAT2d_BiInt aBiInt)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public int ChangeFind(MAT2d_BiInt theKey)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public int ChangeSeek(MAT2d_BiInt theKey)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Пример #7
0
 public bool Find(MAT2d_BiInt theKey, ref int theValue)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public int Bound(MAT2d_BiInt theKey, int theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Пример #9
0
 public MAT2d_BiInt(MAT2d_BiInt parameter1)
     : base()
 {
     throw new NotImplementedException();
 }