FuzzySet.Point Property

Top 

Description

The array of points that comprise the FuzzySet. Each point value represents the fraction of membership to the set. The array index (n) starts at 0 and goes up to PointCount - 1.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

Default Value:

{ 1.00, 0.99, ...0.01, 0.00 }

Valid Range:

0 ≤ FuzzySet.Point ≤ 1

 

Syntax

myVariable1 = myFuzzySet1.Point[0];

 

myFuzzySet1.Point[0] = myVariable1;

 

See also

FuzzySet Object