ErrNaN

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

 

ErrNaN()

 

init()

 

Sub New()

constructor (string)

 

constructor(amsg: string)

 

ErrNaN(string amsg)

 

init(_ amsg: string)

 

Sub New(amsg As string)

Parameters:

  • amsg:

constructor (ErrNaN)

 

constructor(value: ErrNaN)

 

ErrNaN(ErrNaN value)

 

init(_ value: ErrNaN)

 

Sub New(value As ErrNaN)

Parameters:

  • value:

Error

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string