Proportion class
The transform to calculate proportion of a certain field value of a tuple in all (or in a certain group) tuples.
This will create a new variable for results.
See also:
- Tuple, the original value tuple.
- Inheritance
-
- Object
- VariableTransform
- Proportion
Constructors
Properties
- as ↔ String
-
The name identifier of result variable.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- nest ↔ Varset?
-
The algebracal expression to nest the proportion.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
scale
↔ Scale<
dynamic, num> ? -
The scale of result variable.
read / write
- variable ↔ String
-
Which variable to calculate the proportion.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override