Skip to content

Commit b5694be

Browse files
authored
Support Numeric IntPtr
1 parent 1d8fc7c commit b5694be

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

standard/conversions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ All identity conversions are symmetric. If an identity conversion exists from `T
115115
116116
In most cases, an identity conversion has no effect at runtime. However, since floating point operations may be performed at higher precision than prescribed by their type ([§8.3.7](types.md#837-floating-point-types)), assignment of their results may result in a loss of precision, and explicit casts are guaranteed to reduce precision to what is prescribed by the type ([§12.9.8](expressions.md#1298-cast-expressions)).
117117
118-
There is an identity conversion between `nint` and `System.IntPtr`, and between `nuint` and `System.UIntPtr`.
119-
120118
For the compound types array, nullable type, constructed type, and tuple, there is an identity conversion between native integers ([§8.3.6](types.md#836-integral-types)) and their underlying types.
121119
122120
### 10.2.3 Implicit numeric conversions

0 commit comments

Comments
 (0)