예제 #1
0
 public UInt64BytesISegment GetMap2KeySegment(Single key)
 {
     byte[] bs = new byte[BssomBinaryPrimitives.Float32Size];
     BssomBinaryPrimitives.WriteFloat32LittleEndian(ref bs[0], key);
     return(new UInt64BytesISegment(bs));
 }