Int64 Extension
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
- Extends: Int64
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: Int64 = 9223372036854775807;
// Island
const max: not nullable Int64 = 9223372036854775807;
// .NET, .NET Standard 2.0
const Int64 max = 9223372036854775807
// Island
const Int64! max = 9223372036854775807
static let max: Int64 = 9223372036854775807
static final Int64 max = 9223372036854775807
Dim max As Int64 = 9223372036854775807
min
// .NET, .NET Standard 2.0
const min: Int64 = -9223372036854775808;
// Island
const min: not nullable Int64 = -9223372036854775808;
// .NET, .NET Standard 2.0
const Int64 min = -9223372036854775808
// Island
const Int64! min = -9223372036854775808
static let min: Int64 = -9223372036854775808
static final Int64 min = -9223372036854775808
Dim min As Int64 = -9223372036854775808
Instance Methods
stride to(not nullable Int64) by(not nullable Int64): not nullable IEnumerable<not nullable Int64> .NET, .NET Standard 2.0, Island, Toffee
method stride to(to: not nullable Int64) by(by: not nullable Int64): not nullable IEnumerable<not nullable Int64>
IEnumerable<not nullable Int64>! stride to(Int64! to) by(Int64! by)
func stride(to: Int64, by: Int64) -> INSFastEnumeration<nullable Int64>
Function stride to(to As Int64) by(by As Int64) As IEnumerable<not nullable Int64>
Parameters:
- to:
- by:
stride through(not nullable Int64) by(not nullable Int64): not nullable IEnumerable<not nullable Int64>
method stride through(through: not nullable Int64) by(by: not nullable Int64): not nullable IEnumerable<not nullable Int64>
IEnumerable<not nullable Int64>! stride through(Int64! through) by(Int64! by)
func stride(through: Int64, by: Int64) -> INSFastEnumeration<nullable Int64>
Function stride through(through As Int64) by(by As Int64) As IEnumerable<not nullable Int64>
Parameters:
- through:
- by: