mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
Fixed obsolete message
This commit is contained in:
@@ -204,7 +204,7 @@ namespace S7.Net
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
[Obsolete("This method will soon be deprecated. Use ConvertToUInt(float) instead.")]
|
||||
[Obsolete("Double support is obsolete. Use ConvertToUInt(float) instead.")]
|
||||
public static UInt32 ConvertToUInt(this double input)
|
||||
{
|
||||
uint output;
|
||||
@@ -229,7 +229,7 @@ namespace S7.Net
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
[Obsolete("This method will soon be deprecated. Use ConvertToFloat(uint) instead.")]
|
||||
[Obsolete("Double support is obsolete. Use ConvertToFloat(uint) instead.")]
|
||||
public static double ConvertToDouble(this uint input)
|
||||
{
|
||||
double output;
|
||||
|
||||
Reference in New Issue
Block a user