Click or drag to resize

Factor   Conversion (Factor to String)

Implicitly converts a factor into an array of strings.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static implicit operator string[] (
	Factor factor
)

Parameters

factor  Factor
A factor.

Return Value

String
An array of factor[i].
See Also