GeometryUtilSourcePolarity Method

Apply the polarity of the source value to the target value, returning the new target value.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float SourcePolarity(
	float source,
	float target
)

Parameters

source  Single
Source value whose polarity will be applied.
target  Single
Target whose value will be polarized.

Return Value

Single
A value representing the caller's target value to which the polarity of the source has been applied.

See Also