ArraysCopyOf(Int64, Int32) Method
Namespace: Org.BouncyCastle.UtilitiesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static long[] CopyOf(
long[] data,
int newLength
)
Public Shared Function CopyOf (
data As Long(),
newLength As Integer
) As Long()
Org.BouncyCastle.Utilities.Arrays.CopyOf = function(data, newLength);
- data Int64
-
- newLength Int32
-
Int64