DoubleExtension.ToLong C# (CSharp) Method

ToLong() public static method

public static ToLong ( double @this ) : long
@this double
return long
    public static long ToLong(this double @this) => Convert.ToInt64(@this);