C# Class TSystems.RELOAD.Utils.BigIntExtensions

Extends BigInt data type for convenience
Show file Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method Description
ElementOfInterval ( this value, BigInt start, BigInt end, bool endIncluded ) : bool

Method Details

ElementOfInterval() public static method

public static ElementOfInterval ( this value, BigInt start, BigInt end, bool endIncluded ) : bool
value this
start BigInt
end BigInt
endIncluded bool
return bool