mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
Update SPlusUtils.cs
Fix typo.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ICD.Common.Utils
|
|||||||
/// Convert two ushort's to an int
|
/// Convert two ushort's to an int
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="lowWord">ushort for the least significant 16 bits</param>
|
/// <param name="lowWord">ushort for the least significant 16 bits</param>
|
||||||
/// <param name="highWord">ushort for the most significant 1 bits</param>
|
/// <param name="highWord">ushort for the most significant 16 bits</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[PublicAPI("S+")]
|
[PublicAPI("S+")]
|
||||||
public static int ConvertToInt(ushort lowWord, ushort highWord)
|
public static int ConvertToInt(ushort lowWord, ushort highWord)
|
||||||
|
|||||||
Reference in New Issue
Block a user