File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nanoFramework.CoreLibrary/System Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ public static extern bool IsLittleEndian
225
225
public static extern ushort ToUInt16 ( byte [ ] value , int startIndex ) ;
226
226
227
227
/// <summary>
228
- /// Returns a 32-bit unsigned integer converted from two bytes at a specified position in a byte array.
228
+ /// Returns a 32-bit unsigned integer converted from four bytes at a specified position in a byte array.
229
229
/// </summary>
230
230
/// <param name="value">The array of bytes.</param>
231
231
/// <param name="startIndex">The starting position within value.</param>
@@ -235,7 +235,7 @@ public static extern bool IsLittleEndian
235
235
public static extern uint ToUInt32 ( byte [ ] value , int startIndex ) ;
236
236
237
237
/// <summary>
238
- /// Returns a 64-bit unsigned integer converted from two bytes at a specified position in a byte array.
238
+ /// Returns a 64-bit unsigned integer converted from eight bytes at a specified position in a byte array.
239
239
/// </summary>
240
240
/// <param name="value">The array of bytes.</param>
241
241
/// <param name="startIndex">The starting position within value.</param>
You can’t perform that action at this time.
0 commit comments