Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxprivate long findGcd(
long a,
long b
)
Private Function findGcd (
a As Long,
b As Long
) As Long
private:
long long findGcd(
long long a,
long long b
)
private member findGcd :
a : int64 *
b : int64 -> int64
Parameters
- a
- Type: SystemInt64
- b
- Type: SystemInt64
Return Value
Type:
Int64
See Also