NAME

satsub - compute val0 - val1 and clamp the result to the given bounds

SYNOPSIS

val0.satsub(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