Entry.CopyWithVeryFirstLeast Method

Copy specified math expression changing the first element with a specified one.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Entry CopyWithVeryFirstLeast(
	Entry value,
	Entry least
)

Parameters

value  Entry
A math expression.
least  Entry
An expression component to use as a first one.

Return Value

Entry
Copied math expression with modifications.

See Also