Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static BigInteger ValueOf( long value ) |
| Visual Basic |
|---|
Public Shared Function ValueOf ( _ value As Long _ ) As BigInteger |
| Visual C++ |
|---|
public: static BigInteger^ ValueOf( long long value ) |
Parameters
- value
- Type: System..::..Int64