HomeManualTopicsTypesSymbols

std_types::positive_integer/std::plus

implements the plus operation for positive integers

Parameters

left: a positive integer value
right: any numeric value

Result

result: the sum of left and right

Topic

Numbers

Implements

std::plus add two numbers of any kind

See also

std_types::integer the prototype object for all integral numbers
std_types::real the prototype object for all non-integral numbers