FuzzySet.Wraps Property

Top 

Description

Indication of whether the set wraps. 1=The set wraps. 0=The set doesn't wrap.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myFuzzySet1.Wraps;

 

myFuzzySet1.Wraps = myVariable1;

 

See also

FuzzySet Object