ForceOverArea(Unit, Unit) Constructor

Creates a new instance of ForceOverArea with specified sub-units.

Definition

Namespace: InnerDrive.Quantitative.Units
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public ForceOverArea(
	Unit firstUnit,
	Unit secondUnit
)

Parameters

firstUnit  Unit
The first Unit to use.
secondUnit  Unit
The second Unit to use.

See Also