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