GeometryUtilReverseSourcePolarity Method
Apply the reverse polarity of the source value to the target value,
returning the new target value.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float ReverseSourcePolarity(
float source,
float target
)
Public Shared Function ReverseSourcePolarity (
source As Single,
target As Single
) As Single
No code example is currently available or this language may not be supported.
- source Single
-
Source value whose reverse polarity will be applied.
- target Single
-
Target whose value will be polarized.
Single
A value representing the caller's target value to which the reverse
polarity of the source has been applied.