unsignedDiff Class |
Namespace: NumberStone
public static class unsignedDiff
| Name | Description | |
|---|---|---|
| UnsignedDiff(Byte, Byte) |
Get the absolute difference between two numbers.
| |
| UnsignedDiff(UInt16, UInt16) |
Get the absolute difference between two numbers.
| |
| UnsignedDiff(UInt32, UInt32) |
Get the absolute difference between two numbers.
| |
| UnsignedDiff(UInt64, UInt64) |
Get the absolute difference between two numbers.
|