DoublePool
Double Pool
The double pool stores commonly used Double that must be created throughout the project and take a long time to build.
Example:
DoublePool["key"] = 1.0
Content copied to clipboard
Since
1.4.0
See also
Properties
Functions
Link copied to clipboard
Returns the first value, or the result of the defaultValue function if there was no entry.
Link copied to clipboard
Returns the first value, or null if this pool contains no entry.
Link copied to clipboard
Returns the value for the given key, or the result of the defaultValue function if there was no entry for the given key.
Link copied to clipboard
Returns the last value, or the result of the defaultValue function if there was no entry.
Link copied to clipboard
Returns the last value, or null if this pool contains no entry.