dot-k: Create constnat scalar number

Description Usage Arguments Value Author(s) Examples

Description

Create a constant scalar number

Usage

1
.k(x)

Arguments

x

value of the constant

Value

Returns a reference object of class 'number'

Author(s)

Filippo Monari

Examples

1
2
3
4
5
modello.init(10, 10, 10, 10)
x = .k(1)
print(x)
print(x$v)
modello.close()

modello documentation built on Feb. 2, 2021, 9:06 a.m.

Related to dot-k in modello...