Float
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
Float()
init()
Sub New()
constructor (Float)
constructor(value: Float)
Float(Float value)
init(_ value: Float)
Sub New(value As Float)
Parameters:
- value:
method Format(s: State; format: rune)
void Format(State s, rune format)
func Format(_ s: State, _ format: rune)
func Format(s State, format rune) void
Sub Format(s As State, format As rune)
Parameters:
- s:
- format:
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: