Daylight v4.9 Release Date: 1 February 2008 Namedt_fp_setobits - specify the number of bits in the unfolded fingerprintGeneric Prototypedt_fp_setobits(dt_Handle, dt_Integer) => dt_BooleanC Prototype#include "dt_finger.h"dt_Boolean dt_fp_setobits(dt_Handle fingerprint, dt_Integer count) FORTRAN Prototypeinclude 'dt_f_finger.inc'logical dt_f_fp_setobits(fingerprint, count)
integer*4 fingerprint
DescriptionSets the number of bits in the original fingerprint before folding. This is intended for use only with fingerprint objects created by dt_fp_allocfp(3) and filled manually; it allows you to store a folded fingerprint, then retrieve it and re-create the original fingerprint object.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_fp_allocfp(3) dt_fp_bitcount(3) dt_fp_bitvalue(3) dt_fp_euclid(3) dt_fp_fingertest(3) dt_fp_foldfp(3) dt_fp_generatefp(3) dt_fp_nbits(3) dt_fp_obitcount(3) dt_fp_obits(3) dt_fp_range(3) dt_fp_setbitvalue(3) dt_fp_setobitcount(3) dt_fp_setrange(3) dt_fp_tanimoto(3) dt_fp_tversky(3) |