TNumber.Numden Method

Converts a scalar numeric value to a two-dimensional vector containing numerator and denominator.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Numden()

Return Value

TNumber
A two-dimensional vector (i.e. a matrix with 2 rows and 1 column) which items depend on the type of obj.

Exceptions

GeneralExceptionThrown unless obj is of a scalar type.

See Also