UncheckedInteger
01 Syntax
Microsoft.VisualBasic.Math.Numerics.UncheckedInteger
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | |
| op_Implicit | 1 | |
| op_Addition | 1 | |
| op_Multiply | 1 | |
| op_ExclusiveOr | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Value | 1 | The integer value |
| UncheckUInt32 | 1 |
04 Members
Value
The integer value
UncheckUInt32
ToString()
op_Implicit(
Int32)op_Addition(UncheckedInteger,
Int32)op_Multiply(UncheckedInteger,
Int32)op_ExclusiveOr(UncheckedInteger,
Int32)