size_t Operators and Type Conversions |
The size_t type exposes the following members.
Name | Description | |
---|---|---|
Equality |
Gets a value that indicates whether the two argument values are equal.
| |
(Int16 to size_t) | ||
(Int32 to size_t) | ||
(Int64 to size_t) | ||
(SByte to size_t) | ||
(size_t to Byte) | ||
(size_t to SByte) | ||
(size_t to UInt16) | ||
(size_t to Int16) | ||
(size_t to UInt32) | ||
(size_t to Int32) | ||
(size_t to Int64) | ||
(Byte to size_t) | ||
(UInt16 to size_t) | ||
(UInt32 to size_t) | ||
(UInt64 to size_t) | ||
(size_t to UInt64) | ||
Inequality |
Gets a value that indicates whether the two argument values are different.
|