GKRuleSystem.GetGrade(NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the truth grade for the fact
.
[Foundation.Export("gradeForFact:")]
public virtual float GetGrade (Foundation.NSObject fact);
abstract member GetGrade : Foundation.NSObject -> single
override this.GetGrade : Foundation.NSObject -> single
Parameters
- fact
- NSObject
Returns
A value in the range [0,1], in which 0 represents certainty that the fact is false and 1.0 represents certainty that it is true.
- Attributes