GKRuleSystem.RetractFact 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.
Overloads
RetractFact(NSObject) |
Removes the |
RetractFact(NSObject, Single) |
Subtracts |
RetractFact(NSObject)
Removes the fact
from the Facts collection.
[Foundation.Export("retractFact:")]
public virtual void RetractFact (Foundation.NSObject fact);
abstract member RetractFact : Foundation.NSObject -> unit
override this.RetractFact : Foundation.NSObject -> unit
Parameters
- fact
- NSObject
- Attributes
Applies to
RetractFact(NSObject, Single)
Subtracts grade
from the internal confidence in fact
. If the internal confidence drops to 0.0, the fact
is removed.
[Foundation.Export("retractFact:grade:")]
public virtual void RetractFact (Foundation.NSObject fact, float grade);
abstract member RetractFact : Foundation.NSObject * single -> unit
override this.RetractFact : Foundation.NSObject * single -> unit
Parameters
- fact
- NSObject
- grade
- Single
- Attributes