BigInteger LessThanOrEqual Operator SSH .NET Client Library Documentation
Overload List

  NameDescription
Public operatorStatic memberLessThanOrEqual(Int64, BigInteger)
Returns a value that indicates whether a 64-bit signed integer is less than or equal to a System.Numerics.BigInteger value.
Public operatorStatic memberLessThanOrEqual(UInt64, BigInteger)
Returns a value that indicates whether a 64-bit unsigned integer is less than or equal to a System.Numerics.BigInteger value.
Public operatorStatic memberLessThanOrEqual(BigInteger, BigInteger)
Returns a value that indicates whether a System.Numerics.BigInteger value is less than or equal to another System.Numerics.BigInteger value.
Public operatorStatic memberLessThanOrEqual(BigInteger, Int64)
Returns a value that indicates whether a System.Numerics.BigInteger value is less than or equal to a 64-bit signed integer.
Public operatorStatic memberLessThanOrEqual(BigInteger, UInt64)
Returns a value that indicates whether a System.Numerics.BigInteger value is less than or equal to a 64-bit unsigned integer.
Back to Top
See Also