Score (class)
Namespace: PorticoXR.Reporting.Statements
A result score.
Inherits: IScore
Properties
| Property | Type | Summary |
|---|---|---|
| Scaled | float? |
Scaled score value (0-1). |
| Raw | float? |
Raw score value. This can be any value, typically between Min and Max when used. |
| Min | float? |
Minimum score possible. |
| Max | float? |
Maximum score possible. |