Double Extension
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- Silver.fx Island
- libSilver.fx Toffee
- silver.jar Cooper
- Namespace: Swift
-
Extends:
- Double .NET, .NET Standard 2.0, Cooper, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee
- Double Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
Instance Methods
stride to(not nullable Double) by(not nullable Double): not nullable IEnumerable<not nullable Double> .NET, .NET Standard 2.0, Island, Toffee
// .NET, .NET Standard 2.0, Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
method stride to(to: not nullable Double) by(by: not nullable Double): not nullable IEnumerable<not nullable Double>
// Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
method stride to(to: not nullable Double) by(by: not nullable Double): not nullable IEnumerable<not nullable Double>
// .NET, .NET Standard 2.0, Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
IEnumerable<not nullable Double>! stride to(Double! to) by(Double! by)
// Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
IEnumerable<not nullable Double>! stride to(Double! to) by(Double! by)
func stride(to: Double, by: Double) -> INSFastEnumeration<nullable Double>
// .NET, .NET Standard 2.0, Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
Function stride to(to As Double) by(by As Double) As IEnumerable<not nullable Double>
// Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
Function stride to(to As Double) by(by As Double) As IEnumerable<not nullable Double>
Parameters:
- to:
- by:
stride through(not nullable Double) by(not nullable Double): not nullable IEnumerable<not nullable Double>
// .NET, .NET Standard 2.0, Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
method stride through(through: not nullable Double) by(by: not nullable Double): not nullable IEnumerable<not nullable Double>
// Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
method stride through(through: not nullable Double) by(by: not nullable Double): not nullable IEnumerable<not nullable Double>
// .NET, .NET Standard 2.0, Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
IEnumerable<not nullable Double>! stride through(Double! through) by(Double! by)
// Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
IEnumerable<not nullable Double>! stride through(Double! through) by(Double! by)
func stride(through: Double, by: Double) -> INSFastEnumeration<nullable Double>
// .NET, .NET Standard 2.0, Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
Function stride through(through As Double) by(by As Double) As IEnumerable<not nullable Double>
// Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
Function stride through(through As Double) by(by As Double) As IEnumerable<not nullable Double>
Parameters:
- through:
- by: