Class NoulAnswer
A yes/no answer. The value is the probability of yes, from 0 to 1.
public sealed class NoulAnswer : Answer
- Inheritance
-
NoulAnswer
- Inherited Members
Properties
Noul
Probability of a yes answer, from zero to one.
public double Noul { get; init; }
Property Value
Type
Answer type matching the question: noul, choice, or score.
public override string Type { get; }