NAME

satadd - compute val0 + val1 and clamp the result to the given bounds

SYNOPSIS

val0.satadd(val1,lo,hi)

DESCRIPTION

compute val0 + val1 and clamp the result to the given bounds

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related