Méthode | Description | |
---|---|---|
AddMember ( string s ) : bool |
Test if a string (s) is a member of the set and Step it if it is not.
|
|
AgingMembershipSketch ( long numberOfColumns, long numberOfRows, int bitsPerElement = 2, float fractionRowZerosMin = .45f, float fractionRowZerosMax = .55f ) : System.Threading.Tasks | ||
IsMember ( string s ) : bool |
Test if a string (s) is a member of the set.
|
public AddMember ( string s ) : bool | ||
s | string | The string to Step. |
Résultat | bool |
public AgingMembershipSketch ( long numberOfColumns, long numberOfRows, int bitsPerElement = 2, float fractionRowZerosMin = .45f, float fractionRowZerosMax = .55f ) : System.Threading.Tasks | ||
numberOfColumns | long | |
numberOfRows | long | |
bitsPerElement | int | |
fractionRowZerosMin | float | |
fractionRowZerosMax | float | |
Résultat | System.Threading.Tasks |
public IsMember ( string s ) : bool | ||
s | string | Thee string to search for |
Résultat | bool |