CRTValue

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto.rsa
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

CRTValue()

 

init()

 

Sub New()

constructor (Memory<Int>, Memory<Int>, Memory<Int>)

 

// .NET, .NET Standard 2.0
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
// Island
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)

 

// .NET, .NET Standard 2.0
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
// Island
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)

 

// .NET, .NET Standard 2.0
init(_ aExp: Memory<Int>, _ aCoeff: Memory<Int>, _ aR: Memory<Int>)
// Island
init(_ aExp: Memory<Int>, _ aCoeff: Memory<Int>, _ aR: Memory<Int>)

 

// .NET, .NET Standard 2.0
Sub New(aExp As Memory<Int>, aCoeff As Memory<Int>, aR As Memory<Int>)
// Island
Sub New(aExp As Memory<Int>, aCoeff As Memory<Int>, aR As Memory<Int>)

Parameters:

  • aExp:
  • aCoeff:
  • aR:

constructor (CRTValue)

 

constructor(value: CRTValue)

 

CRTValue(CRTValue value)

 

init(_ value: CRTValue)

 

Sub New(value As CRTValue)

Parameters:

  • value:

Coeff

 

// .NET, .NET Standard 2.0
var Coeff: Memory<Int>;
// Island
var Coeff: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> Coeff
// Island
Memory<Int> Coeff

 

// .NET, .NET Standard 2.0
var Coeff: Memory<Int>
// Island
var Coeff: Memory<Int>

 

// .NET, .NET Standard 2.0
Coeff Memory<Int>
// Island
Coeff Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD Coeff() As Memory<Int>
// Island
FIELD Coeff() As Memory<Int>

Exp

 

// .NET, .NET Standard 2.0
var Exp: Memory<Int>;
// Island
var Exp: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> Exp
// Island
Memory<Int> Exp

 

// .NET, .NET Standard 2.0
var Exp: Memory<Int>
// Island
var Exp: Memory<Int>

 

// .NET, .NET Standard 2.0
Exp Memory<Int>
// Island
Exp Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD Exp() As Memory<Int>
// Island
FIELD Exp() As Memory<Int>

R

 

// .NET, .NET Standard 2.0
var R: Memory<Int>;
// Island
var R: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> R
// Island
Memory<Int> R

 

// .NET, .NET Standard 2.0
var R: Memory<Int>
// Island
var R: Memory<Int>

 

// .NET, .NET Standard 2.0
R Memory<Int>
// Island
R Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD R() As Memory<Int>
// Island
FIELD R() As Memory<Int>

 

Coeff

 

// .NET, .NET Standard 2.0
var Coeff: Memory<Int>;
// Island
var Coeff: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> Coeff
// Island
Memory<Int> Coeff

 

// .NET, .NET Standard 2.0
var Coeff: Memory<Int>
// Island
var Coeff: Memory<Int>

 

// .NET, .NET Standard 2.0
Coeff Memory<Int>
// Island
Coeff Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD Coeff() As Memory<Int>
// Island
FIELD Coeff() As Memory<Int>

Exp

 

// .NET, .NET Standard 2.0
var Exp: Memory<Int>;
// Island
var Exp: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> Exp
// Island
Memory<Int> Exp

 

// .NET, .NET Standard 2.0
var Exp: Memory<Int>
// Island
var Exp: Memory<Int>

 

// .NET, .NET Standard 2.0
Exp Memory<Int>
// Island
Exp Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD Exp() As Memory<Int>
// Island
FIELD Exp() As Memory<Int>

R

 

// .NET, .NET Standard 2.0
var R: Memory<Int>;
// Island
var R: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> R
// Island
Memory<Int> R

 

// .NET, .NET Standard 2.0
var R: Memory<Int>
// Island
var R: Memory<Int>

 

// .NET, .NET Standard 2.0
R Memory<Int>
// Island
R Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD R() As Memory<Int>
// Island
FIELD R() As Memory<Int>

 

constructor

 

constructor

 

CRTValue()

 

init()

 

Sub New()

constructor (Memory<Int>, Memory<Int>, Memory<Int>)

 

// .NET, .NET Standard 2.0
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
// Island
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)

 

// .NET, .NET Standard 2.0
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
// Island
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)

 

// .NET, .NET Standard 2.0
init(_ aExp: Memory<Int>, _ aCoeff: Memory<Int>, _ aR: Memory<Int>)
// Island
init(_ aExp: Memory<Int>, _ aCoeff: Memory<Int>, _ aR: Memory<Int>)

 

// .NET, .NET Standard 2.0
Sub New(aExp As Memory<Int>, aCoeff As Memory<Int>, aR As Memory<Int>)
// Island
Sub New(aExp As Memory<Int>, aCoeff As Memory<Int>, aR As Memory<Int>)

Parameters:

  • aExp:
  • aCoeff:
  • aR:

constructor (CRTValue)

 

constructor(value: CRTValue)

 

CRTValue(CRTValue value)

 

init(_ value: CRTValue)

 

Sub New(value As CRTValue)

Parameters:

  • value: