Skip to content
On this page

Home > @taiyuuki/utils > MathRange > toString

MathRange.toString() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

toString 函数返回字符串格式的数字区间。

Signature:

typescript
toString(): string;
toString(): string;

Returns:

string

字符串格式的数字区间。

Released under the MIT License.