Uses of Interface
org.rcsb.cif.binary.data.FloatArray
| Package | Description |
|---|---|
| org.rcsb.cif.binary.data | |
| org.rcsb.cif.binary.encoding |
-
Uses of FloatArray in org.rcsb.cif.binary.data
Classes in org.rcsb.cif.binary.data that implement FloatArray Modifier and Type Class Description classFloat32ArrayAn array of floating point numbers using 32 bit to store each value.classFloat64ArrayAn array of floating point numbers using 64 bit to store each value.Methods in org.rcsb.cif.binary.data that return FloatArray Modifier and Type Method Description FloatArrayInt32Array. decode(FixedPointEncoding encoding) -
Uses of FloatArray in org.rcsb.cif.binary.encoding
Methods in org.rcsb.cif.binary.encoding that return FloatArray Modifier and Type Method Description FloatArrayFixedPointEncoding. decode(Int32Array data)FloatArrayIntervalQuantizationEncoding. decode(Int32Array data)Methods in org.rcsb.cif.binary.encoding with parameters of type FloatArray Modifier and Type Method Description Int32ArrayFixedPointEncoding. encode(FloatArray data)Int32ArrayIntervalQuantizationEncoding. encode(FloatArray data)