DoubleLiteral
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Value any
- RawRepresentation string
- Priority readonly i32
- SourceContext SLThree
.ISourceContext
Примеры кода
- using console;
- "!SLThree.TryStatement!"
- using tlinq;
- tlinq.average<f64>(tlinq.select<i64, f64>(tlinq.take<i64>(^:(<i64>1..100), 100), x => x / 100.0));