ISignedIntegerType

Overview

Location

  • Reference:
    • Silver.dll  .NET, .NET Standard 2.0
    • silver.jar  Cooper
    • Silver.fx  Island
    • libSilver.fx  Toffee
  • Namespace: Swift

Required Methods


constructor

 

constructor(value: not nullable IntMax)

 

ISignedIntegerType(IntMax! value)

 

init(_ value: IntMax)

 

ISignedIntegerType(IntMax value)

 

Sub New(value As IntMax)

Parameters:

  • value:

toIntMax .NET, .NET Standard 2.0, Cooper, Island

 

method toIntMax: not nullable IntMax

 

IntMax! toIntMax()

 

func toIntMax() -> IntMax

 

IntMax toIntMax()

 

Function toIntMax() As IntMax

toIntMax toIntMax(): not nullable IntMax Toffee

 

func toIntMax(toIntMax ) -> IntMax

Parameters:

  • :