Rat

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

 

Rat()

 

init()

 

Sub New()

constructor (Int, Int)

 

constructor(aa: Int; ab: Int)

 

Rat(Int aa, Int ab)

 

init(_ aa: Int, _ ab: Int)

 

Sub New(aa As Int, ab As Int)

Parameters:

  • aa:
  • ab:

constructor (Rat)

 

constructor(value: Rat)

 

Rat(Rat value)

 

init(_ value: Rat)

 

Sub New(value As Rat)

Parameters:

  • value:

Scan (ScanState, rune): error Island

 

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: