IFractional Operations<T> Methods
Methods
Abs |
Returns the absolute value of a value.
(Inherited from IGroupOperations<T>) |
Add |
Adds one value to another.
(Inherited from IGroupOperations<T>) |
Ceiling | Returns the smallest integer greater than or equal to a value. |
Compare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from IComparer<T>) |
Divide |
Divides a value by another.
(Inherited from IDivisionOperations<T, TClosure>) |
Equals | Determines whether the specified objects are equal. (Inherited from IEqualityComparer<T>) |
Floor | Returns the largest integer less than or equal to a value. |
From |
Converts an integer to the operand type.
(Inherited from IRingOperations<T>) |
Get | Returns a hash code for the specified object. (Inherited from IEqualityComparer<T>) |
Multiply |
Multiplies a vector by a scalar.
(Inherited from IVectorSpaceOperations<TScalar, TVector>) |
Negate |
Negates a value.
(Inherited from IGroupOperations<T>) |
Reciprocal |
Returns the reciprocal of a value.
(Inherited from IDivisionOperations<T, TClosure>) |
Round | Rounds a value to the specified number of decimal digits. |
Scale |
Scales the specified number by the specified power of two.
(Inherited from IRingOperations<T>) |
Subtract |
Subtracts one value from another.
(Inherited from IGroupOperations<T>) |
ToInt32 |
Converts the operand type to an integer.
(Inherited from IRingOperations<T>) |