Int32 Extension
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
- Extends: Int32
Constants
allZeros
// .NET, .NET Standard 2.0
const allZeros: Byte = 0;
// Island
const allZeros: not nullable UInt8 = 0;
// .NET, .NET Standard 2.0
const Byte allZeros = 0
// Island
const UInt8! allZeros = 0
// .NET, .NET Standard 2.0
static let allZeros: Byte = 0
// Island, Toffee
static let allZeros: UInt8 = 0
static final Byte allZeros = 0
// .NET, .NET Standard 2.0
Dim allZeros As Byte = 0
// Island
Dim allZeros As UInt8 = 0
max
// .NET, .NET Standard 2.0
const max: Int32 = 2147483647;
// Island
const max: not nullable Int32 = 2147483647;
static let max: Int32 = 2147483647
static final Integer max = 2147483647
Dim max As Int32 = 2147483647
min
// .NET, .NET Standard 2.0
const min: Int32 = -2147483648;
// Island
const min: not nullable Int32 = -2147483648;
static let min: Int32 = -2147483648
static final Integer min = -2147483648
Dim min As Int32 = -2147483648
Instance Methods
stride through(not nullable Int32) by(not nullable Int32): not nullable IEnumerable<not nullable Int32> .NET, .NET Standard 2.0, Cooper, Island
method stride through(through: not nullable Int32) by(by: not nullable Int32): not nullable IEnumerable<not nullable Int32>
IEnumerable<not nullable Int32>! stride through(Int32! through) by(Int32! by)
func stride(through: Int32, by: Int32) -> IEnumerable<not nullable Int32>
Function stride through(through As Int32) by(by As Int32) As IEnumerable<not nullable Int32>
Parameters:
- through:
- by:
stride to(not nullable Int32) by(not nullable Int32): not nullable INSFastEnumeration<nullable Int32> Toffee
func stride(to: Int32, by: Int32) -> INSFastEnumeration<nullable Int32>
Parameters:
- to:
- by: