Unit.Implicit(Int32 to Unit) 연산자

정의

지정된 32비트 부호 없는 정수에서 형식 Unit 을 암시적으로 만듭니다Pixel.

public:
 static operator System::Web::UI::WebControls::Unit(int n);
public static implicit operator System.Web.UI.WebControls.Unit(int n);
static member op_Implicit : int -> System.Web.UI.WebControls.Unit
Public Shared Widening Operator CType (n As Integer) As Unit

매개 변수

n
Int32

의 길이 Unit를 나타내는 32비트 부가 정수입니다.

반품

Unit 매개 변수로 지정된 32비트 부호 없는 정수를 나타내는 형식 Pixel 입니다n.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. Unit.Pixel(Int32)

적용 대상

추가 정보