Click or drag to resize

ProcessVariablesMinJumpDelay Property

When EnableVariableJumpDelay is enabled this is the minimum jump delay.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public double MinJumpDelay { get; set; }

Property Value

Double
Remarks
With EnableVariableJumpDelay enabled the JumpDelay will be linearly interpolated between this value (min) and the value of JumpDelay (max) depending on the length of the jump vector.
See Also