ProEssentials 10.0.0.12
Released: Feb 21, 2025
10.0.0.12 での更新項目
機能
- Added InitializeJagged within PeData.X, PeData.Y, PePlot.PointColors properties. Sets all data to an initial value.
- Added CopyFromJaggedTo within PeData.X, PeData.Y, PePlot.PointColors properties. Sets a subsection of subset, or adds data to the end of a subset, increasing size. Provides an alternative to calling PEvsetEx.
- Added AppendFromJagged within PeData.X, PeData.Y, PePlot.PointColors properties. Shifts data and appends to end. Provides an alternative to calling PEvsetEx.
不具合の修正
- Fixed an issue with JaggedData = True and Copy function within PeData.
- Fixed an issue with JaggedData = True and double precision local storage via properties XDataIIPtr and YDataIIPtr.