The mathematical set of negative integers, defined as the set of negative whole numbers. i.e. $$\\{...,-3, -2, -1, 0\\}$$
Other special sets:
Complex,
ExtendedReals,
Integers,
Logicals,
Naturals,
NegRationals,
NegReals,
PosIntegers,
PosNaturals,
PosRationals,
PosReals,
Rationals,
Reals,
Universal
set6::Set -> set6::Interval -> set6::SpecialSet -> set6::Integers -> NegIntegers
new()Create a new NegIntegers object.
NegIntegers$new(zero = FALSE)
zerological. If TRUE, zero is included in the set.
A new NegIntegers object.
clone()The objects of this class are cloneable with this method.
NegIntegers$clone(deep = FALSE)
deepWhether to make a deep clone.