HomeManualTopicsTypesSymbols

std_types::positive_integer/std::times

implements the times operation

Parameters

left: a positive integer value
right: any kind of number

Result

result: the product of left and right

Topic

Numbers

Implements

std::times multiply two numbers of any kind

See also

std_types::positive_integer the prototype object for all non-negative integers
std::over divide two numbers of any kind
std::plus add two numbers of any kind
std::minus subtract two numbers of any kind