Entry.CopyWithVeryFirstLeast Method
Copy specified math expression changing the first element with a specified one.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static Entry CopyWithVeryFirstLeast(
Entry value,
Entry least
)
Public Shared Function CopyWithVeryFirstLeast (
value As Entry,
least As Entry
) As Entry
public:
static Entry^ CopyWithVeryFirstLeast(
Entry^ value,
Entry^ least
)
static member CopyWithVeryFirstLeast :
value : Entry *
least : Entry -> Entry
- value Entry
- A math expression.
- least Entry
- An expression component to use as a first one.
EntryCopied math expression with modifications.