Math Extension

Location

  • Reference:
    • Elements.fx  Island, ToffeeV2
    • Elements.dll  .NET, .NET Core 6.0, .NET Standard 2.0
    • elements.jar  Cooper
    • libElements.fx  Toffee
  • Namespace: RemObjects.Elements.RTL
  • Extends: Math
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2

Properties


Fibonacci ToffeeV2

 

static var Fibonacci: IEnumerable<UInt64> { get{} }

Fibonacci .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee

 

class property Fibonacci: IEnumerable<UInt64> read;

 

class IEnumerable<UInt64> Fibonacci { get; }

 

// .NET, .NET Core 6.0, .NET Standard 2.0, Island
static var Fibonacci: IEnumerable<UInt64> { get{} }
// Toffee
static var Fibonacci: INSFastEnumeration<nullable UInt64> { get{} }

 

class Iterable<UnsignedLong> Fibonacci { __get; }

 

Shared ReadOnly Property Fibonacci() As IEnumerable<UInt64>

Class Methods


BankersRound (Double): Int64 ToffeeV2

 

static func BankersRound(_ aValue: Double) -> Int64

Parameters:

  • aValue:

BankersRound (Double): Int64 .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee

 

class method BankersRound(aValue: Double): Int64

 

static Int64 BankersRound(Double aValue)

 

static func BankersRound(_ aValue: Double) -> Int64

 

static Int64 BankersRound(Double aValue)

 

Shared Function BankersRound(aValue As Double) As Int64

Parameters:

  • aValue: