Click or drag to resize

NumberUtilsChangeEndian Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodStatic memberChangeEndian(Int16)
Changes the endian of Int16 value.
Public methodStatic memberChangeEndian(Int32)
Changes the endian of Int32 value.
Public methodStatic memberChangeEndian(Int64)
Changes the endian of Int64 value.
Public methodStatic memberChangeEndian(UInt16)
Changes the endian of UInt16 value.
Public methodStatic memberChangeEndian(UInt32)
Changes the endian of UInt32 value.
Public methodStatic memberChangeEndian(UInt64)
Changes the endian of UInt64 value.
Top
See Also