implicit class IntParameters extends AnyRef
- Alphabetic
- By Inheritance
- IntParameters
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(possibilities: Int*)(implicit ov2: Overload1): api.I32
Creates a parameter with this value as the default, and the given alternatives.
Creates a parameter with this value as the default, and the given alternatives.
creates a parameter with a default of 1 with possible alternative values of 2, 4, 8, and 16.1 (1,2,4,8,16)
-
def
apply(range: ((Int, Int), Int))(implicit ov2: Overload1): api.I32
Creates a parameter with this value as the default, and the given strided range.
Creates a parameter with this value as the default, and the given strided range.
creates a parameter with a default of 1 with a range in [2,8] with step of 4.1 (1 -> 2 -> 8)
-
def
apply(range: (Int, Int))(implicit ov1: Overload0): api.I32
Creates a parameter with this value as the default, and the given range with a stride of 1.
Creates a parameter with this value as the default, and the given range with a stride of 1.
creates a parameter with a default of 1 with a range [1,5].1 (1 -> 5)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )