Symbol

An indivisible unit of a writing system. In Syllabore, Symbol are used to represents vowels, consonants, sequences, or clusters.

Implements: Archigen.IWeighted

Constructors

Constructor
Description

Symbol(System.String value)

Instantiates a new Symbol with the specified value.

Symbol(System.String value, System.Int32 weight)

Instantiates a new Symbol with the specified value and weight.

Methods

Method
Returns
Description

Copy()

Creates a deep copy of this Symbol.

ToString()

System.String

Returns a string representation of this Symbol.

Properties

Property
Type
Description

Value

System.String

A character or set of characters representing this Symbol.

Weight

System.Int32

A weight value that affects how frequently it should be selected compared to other weighted elements. The default weight of a Symbol is 1.

Last updated