Class NumericExtensions
Provides Numeric alternatives for common number-type extensions
Inheritance
NumericExtensions
Assembly: Artemis.Core.dll
Syntax
public static class NumericExtensions
Methods
Subtract(IEnumerable<Numeric>)
Subtracts the numerics in the provided collection
Declaration
public static Numeric Subtract(this IEnumerable<Numeric> source)
Parameters
Returns
Type |
Description |
Numeric |
The remainder of all numerics subtracted from one another in the collection
|
Exceptions
Sum(IEnumerable<Numeric>)
Sums the numerics in the provided collection
Declaration
public static Numeric Sum(this IEnumerable<Numeric> source)
Parameters
Returns
Type |
Description |
Numeric |
The sum of all numerics in the collection
|
Exceptions