NumberPrototype.toExponential(Object, Object) 메서드

정의

과학(E) 표기법을 사용하는 지정된 NumberObject 문자열 표현을 만듭니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::String ^ toExponential(System::Object ^ thisob, System::Object ^ fractionDigits);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_toExponential)]
public static string toExponential(object thisob, object fractionDigits);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_toExponential)>]
static member toExponential : obj * obj -> string
Public Shared Function toExponential (thisob As Object, fractionDigits As Object) As String

매개 변수

thisob
Object

이 메서드가 동작하는 개체입니다.

fractionDigits
Object

표시할 소수 자릿수를 나타내는 0에서 20 사이의 숫자입니다. 기본값은 16입니다.

반품

의 문자열 표현입니다 thisob.

특성

적용 대상

추가 정보