Wiki

Clone wiki

RogueSharp / RogueSharp.DiceNotation / TermResult / TermType

TermResultTermType Property

A string representing the type of this Term. Possible values are "constant" or "d(sides)" In 1d6 + 5, the 1d6 term is of type "d6" and the 5 term is of type "constant"

Namespace: RogueSharp.DiceNotation
Assembly:

Syntax

public string TermType { get; set; }

Property Value

Type: String

See Also

Reference

TermResult Class
RogueSharp.DiceNotation Namespace

[3]: 2014-2016 Faron Bracy

Updated