Source position: JPL.Utils.pas line 28
function IfThenUInt64(
BoolValue: Boolean;
const ResultIfTrue: Uint64;
ResultIfFalse: Uint64 = 0
):Uint64;