Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SPAFitOptions.LBoundValue (property)

Description

Sets or returns the lower bound value. See the Domain Bounds topic for details.

Syntax

object.LBoundValue

Return Value

(Double) - the lower bound value.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.FitOptions.LBoundType = SPABoundClosedFixed
  SPAApplication.FitOptions.LBoundValue = 1
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com