Example #1
0
 public UInt64BytesISegment GetMap2KeySegment(Double key)
 {
     byte[] bs = new byte[BssomBinaryPrimitives.Float64Size];
     BssomBinaryPrimitives.WriteFloat64LittleEndian(ref bs[0], key);
     return(new UInt64BytesISegment(bs));
 }