Daylight v4.9
Release Date: 1 February 2008

Name

dt_fp_minsize - retrieve the global minimum fingerprint size

Generic Prototype

dt_fp_minsize(void) => dt_Integer

C Prototype

#include "dt_finger.h"

dt_Integer dt_fp_minsize(void)

FORTRAN Prototype

include 'dt_f_finger.inc'

integer*4 dt_f_fp_minsize()

Description

This function is obsolete, as of version 4.42. The global minimum size value is only used by the obsolete functions dt_fp_fingerprint(), and dt_fp_fold().

Returns the global minimum fingerprint size. This value limits fingerprint folding. Attempts to fold a fingerprint of this size will be silently ignored (see dt_fp_fold(3)).

Return Value

Returns an integer number of bits in a fingerprint.

Related Topics

dt_fp_fingertest(3) dt_fp_foldfp(3) dt_fp_setminsize(3)