RoundingMode

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.math.big
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

 

constructor

 

constructor

 

RoundingMode()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: byte)

 

// .NET, .NET Standard 2.0
RoundingMode(Byte aValue)
// Island
RoundingMode(byte aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: byte)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As byte)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

Value

 

var Value: byte;

 

byte Value

 

var Value: byte

 

Value byte

 

FIELD Value() As byte

 

Value

 

var Value: byte;

 

byte Value

 

var Value: byte

 

Value byte

 

FIELD Value() As byte

 

constructor

 

constructor

 

RoundingMode()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: byte)

 

// .NET, .NET Standard 2.0
RoundingMode(Byte aValue)
// Island
RoundingMode(byte aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: byte)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As byte)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string