Ejemplo n.º 1
0
 public UInt64BytesISegment GetMap2KeySegment(Decimal key)
 {
     byte[] bs = new byte[BssomBinaryPrimitives.DecimalSize];
     BssomBinaryPrimitives.WriteDecimal(ref bs[0], key);
     return(new UInt64BytesISegment(bs));
 }