Class LongExtensions
Inheritance
System.Object
LongExtensions
Namespace: ISynergy.Framework.Core.Extensions
Assembly: ISynergy.Framework.Core.dll
Syntax
public static class LongExtensions : object
Methods
View SourceToLong(UInt64)
Converts ulong to long.
Declaration
public static long ToLong(this ulong _self)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | _self |
Returns
Type | Description |
---|---|
System.Int64 | long |
ToUlong(Int64)
Converts long to ulong.
Declaration
public static ulong ToUlong(this long _self)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | _self | The value. |
Returns
Type | Description |
---|---|
System.UInt64 | ulong |