update param description

This commit is contained in:
Himmelt
2023-08-18 16:50:53 +08:00
parent 11a40cc5e3
commit e98ce005c5

View File

@@ -147,7 +147,7 @@ namespace S7.Net
/// </code>
/// </example>
/// </summary>
/// <param name="data">The byte data to get from.</param>
/// <param name="data">The data to get from.</param>
/// <param name="index">The zero-based index of the bit to get.</param>
/// <returns>The Boolean value will get.</returns>
public static bool SelectBit(this byte data, int index)