Int
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.math.big
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Int()
init()
Sub New()
constructor (Int)
constructor(value: Int)
Int(Int value)
init(_ value: Int)
Sub New(value As Int)
Parameters:
- value:
method Format(s: State; ch: rune)
void Format(State s, rune ch)
func Format(_ s: State, _ ch: rune)
func Format(s State, ch rune) void
Sub Format(s As State, ch As rune)
Parameters:
- s:
- ch:
method Scan(s: ScanState; ch: rune): error
error Scan(ScanState s, rune ch)
func Scan(_ s: ScanState, _ ch: rune) -> error
func Scan(s ScanState, ch rune) error
Function Scan(s As ScanState, ch As rune) As error
Parameters:
- s:
- ch: