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