Click or drag to resize

unsignedDiff Class

A static container for identity method
Inheritance Hierarchy
SystemObject
  NumberStoneunsignedDiff

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class unsignedDiff
Methods
  NameDescription
Public methodStatic memberUnsignedDiff(Byte, Byte)
Get the absolute difference between two numbers.
Public methodStatic memberUnsignedDiff(UInt16, UInt16)
Get the absolute difference between two numbers.
Public methodStatic memberUnsignedDiff(UInt32, UInt32)
Get the absolute difference between two numbers.
Public methodStatic memberUnsignedDiff(UInt64, UInt64)
Get the absolute difference between two numbers.
Top
See Also