AddTwoIntegers: Adds two integers

View source: R/AddTwoIntegers.R

AddTwoIntegersR Documentation

Adds two integers

Description

Adds two integers

Usage

AddTwoIntegers(.integer_one, .integer_two)

Arguments

.integer_one

First integer to add

.integer_two

Second integer to add

Value

An integer, the sum of the inputs

Examples

AddTwoIntegers(13,17)

nivr/zealtools documentation built on March 19, 2022, 7:15 a.m.