An NDoc Documented Class Library

FastHash.GetLikelyPresentValue Method (Byte, Byte)

Returns value for likely present keys using first chars (byte)

public object GetLikelyPresentValue(
   byte iX,
   byte iY
);

Parameters

iX
Byte 1 denoting char 1
iY
Byte 2 denoting char 2 (0 if not present)

Return Value

Non-null value if it was found, or null if full search for key is required

See Also

FastHash Class | Majestic12 Namespace | FastHash.GetLikelyPresentValue Overload List