Clamped Class
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static class Clamped
Public NotInheritable Class Clamped
public ref class Clamped abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Clamped = class end
- Inheritance
- Object Clamped
| Add(Byte, Byte) | |
| Add(Decimal, Decimal) | |
| Add(Double, Double) | |
| Add(Int16, Int16) | |
| Add(Int32, Int32) | |
| Add(Int64, Int64) | |
| Add(SByte, SByte) | |
| Add(Single, Single) | |
| Add(UInt16, UInt16) | |
| Add(UInt32, UInt32) | |
| Add(UInt64, UInt64) | |
| Divide(Byte, Byte) | |
| Divide(Decimal, Decimal) | |
| Divide(Double, Double) | |
| Divide(Int16, Int16) | |
| Divide(Int32, Int32) | |
| Divide(Int64, Int64) | |
| Divide(SByte, SByte) | |
| Divide(Single, Single) | |
| Divide(UInt16, UInt16) | |
| Divide(UInt32, UInt32) | |
| Divide(UInt64, UInt64) | |
| Multiply(Byte, Byte) | |
| Multiply(Decimal, Decimal) | |
| Multiply(Double, Double) | |
| Multiply(Int16, Int16) | |
| Multiply(Int32, Int32) | |
| Multiply(Int64, Int64) | |
| Multiply(SByte, SByte) | |
| Multiply(Single, Single) | |
| Multiply(UInt16, UInt16) | |
| Multiply(UInt32, UInt32) | |
| Multiply(UInt64, UInt64) | |
| Pow(Byte, Byte) | |
| Pow(Decimal, Decimal) | |
| Pow(Double, Double) | |
| Pow(Int16, Int16) | |
| Pow(Int32, Int32) | |
| Pow(Int64, Int64) | |
| Pow(SByte, SByte) | |
| Pow(Single, Single) | |
| Pow(UInt16, UInt16) | |
| Pow(UInt32, UInt32) | |
| Pow(UInt64, UInt64) | |
| Remainder(Byte, Byte) | |
| Remainder(Decimal, Decimal) | |
| Remainder(Double, Double) | |
| Remainder(Int16, Int16) | |
| Remainder(Int32, Int32) | |
| Remainder(Int64, Int64) | |
| Remainder(SByte, SByte) | |
| Remainder(Single, Single) | |
| Remainder(UInt16, UInt16) | |
| Remainder(UInt32, UInt32) | |
| Remainder(UInt64, UInt64) | |
| ScaledDivide(Int64, Int64, Int64) | |
| ScaledDivide(UInt64, UInt64, UInt64) | |
| ScaledMultiply(Int64, Int64, Int64) | |
| ScaledMultiply(UInt64, UInt64, UInt64) | |
| Subtract(Byte, Byte) | |
| Subtract(Decimal, Decimal) | |
| Subtract(Double, Double) | |
| Subtract(Int16, Int16) | |
| Subtract(Int32, Int32) | |
| Subtract(Int64, Int64) | |
| Subtract(SByte, SByte) | |
| Subtract(Single, Single) | |
| Subtract(UInt16, UInt16) | |
| Subtract(UInt32, UInt32) | |
| Subtract(UInt64, UInt64) | |