Click or drag to resize

UtilTimeOfSeparation Method

Load and blocker are touching, how long till they separate given new speeds and accelerations?

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static double? TimeOfSeparation(
	double u1,
	double u2,
	double a1,
	double a2
)

Parameters

u1
Type: SystemDouble
Speed of Load
u2
Type: SystemDouble
Speed of Blocker
a1
Type: SystemDouble
Acceleration of Load
a2
Type: SystemDouble
Acceleration of Blocker

Return Value

Type: NullableDouble
null if they won't separate, time to separate if they will
See Also