- ::=
BINARY |
STRING |
BOOLEAN |
SINGLE |
DOUBLE |
DECIMAL | GUID | BYTE |
SBYTE | INT16 | INT32 | INT64 |
DATETIME |
DATETIMEOFFSET | TIME )
Facets are...
- Single, Boolean, Byte,
SByte, Int16, UInt16, Int32, UInt32, Char, and all
enumerated types with an
underlying type of Byte,
SByte, Int16, UInt16, Int32...
- characters, code
units in the UTF-8
character encoding int8_t,
signed char
sbyte Shortint byte
tinyint integer(int8) byte i8 Unsigned: From 0 to 255, which...
-
equivalent Details NodeId type
Boolean bool 0/1 (false or true) 0 (numeric)
SByte int8_t -128 to 127 Byte uint8_t 0 to 255 Int16 int16_t -32768 to 32767 UInt16...
-
programming languages, such as C#,
define byte as an
unsigned type, and the
sbyte as a
signed data type,
holding values from 0 to 255, and −128 to 127, respectively...
-
operator out
override params private protected public readonly ref
return sbyte sealed short sizeof stackalloc static string struct switch this
throw true...
- long long or uint64_t
NSInteger or long
NSUInteger or
unsigned long C#
sbyte byte
short ushort int uint long
ulong IntPtr UIntPtr System.Numerics.BigInteger...
- types,
except for the 8-bit
integer that is
called a byte in Java and a
sbyte (signed byte) in C#. C#
supports unsigned in
addition to the
signed integer...
- of
blittable types available in the .NET Framework: System.Byte System.
SByte System.Int16 System.UInt16 System.Int32 System.UInt32 System.Int64 System...
- x.x
RankException System System.SystemException
class mscorlib 2.0.x.x
SByte System System.ValueType
structure mscorlib 2.0.x.x
SecurityAction System...