public static BigInteger[] CopyOfRange(
BigInteger[] data,
int from,
int to
)
Public Shared Function CopyOfRange (
data As BigInteger(),
from As Integer,
to As Integer
) As BigInteger()
public:
static array<BigInteger^>^ CopyOfRange(
array<BigInteger^>^ data,
int from,
int to
)
Org.BouncyCastle.Utilities.Arrays.CopyOfRange = function(data, from, to);