RemObjects.Elements.System.Memory<Rat> Extension
Location
- Reference: Go.dll
- Namespace: go.math.big
- Extends: Memory<Rat>
- Platforms: .NET, .NET Standard 2.0
Instance Methods
Abs
Parameters:
- x:
Add
Parameters:
- x:
- y:
Cmp
Parameters:
- y:
Denom
method Denom: Memory<Int>
Memory<Int> Denom()
func Denom() -> Memory<Int>
func Denom() Memory<Int>
Function Denom() As Memory<Int>
Float32
func Float32() -> (Single, Boolean)
Function Float32() As Tuple (Of Single, Boolean)
Float64
func Float64() -> (Double, Boolean)
Function Float64() As Tuple (Of Double, Boolean)
FloatString
Parameters:
- prec:
GobDecode
Parameters:
- buf:
GobEncode
Inv
Parameters:
- x:
IsInt
MarshalText
Mul
Parameters:
- x:
- y:
Neg
Parameters:
- x:
Num
method Num: Memory<Int>
Memory<Int> Num()
func Num() -> Memory<Int>
func Num() Memory<Int>
Function Num() As Memory<Int>
Quo
Parameters:
- x:
- y:
RatString
method RatString: string
string RatString()
func RatString() -> string
func RatString() string
Function RatString() As string
Scan
Parameters:
- s:
- ch:
Set
Parameters:
- x:
SetFloat64
Parameters:
- f:
SetFrac
Parameters:
- a:
- b:
SetFrac64
Parameters:
- a:
- b:
SetInt
Parameters:
- x:
SetInt64
Parameters:
- x:
SetString
method SetString(s: string): tuple of (Memory<Rat>, Boolean)
(Memory<Rat>, Boolean) SetString(string s)
func SetString(_ s: string) -> (Memory<Rat>, Boolean)
func SetString(s string) tuple of (Memory<Rat>, Boolean)
Function SetString(s As string) As Tuple (Of Memory<Rat>, Boolean)
Parameters:
- s:
SetUint64
Parameters:
- x:
Sign
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Sub
Parameters:
- x:
- y:
UnmarshalText
Parameters:
- text: