Exemple #1
0
 public bool NotEquals(BIT value)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public bool GreaterThan(BIT value)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public BIT(BIT Value)
     : this(Value.TypedValue)
 {
 }
Exemple #4
0
 public bool LessThan(BIT value)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public BIT Xnor(BIT value)
 {
     throw new NotImplementedException();
 }