PolicyUnit.Percentage(Int64) 메서드

정의

PolicyUnit 지정된 숫자에서 형식 Percentage 을 만듭니다.

public:
 static System::IO::Log::PolicyUnit Percentage(long value);
public static System.IO.Log.PolicyUnit Percentage(long value);
static member Percentage : int64 -> System.IO.Log.PolicyUnit
Public Shared Function Percentage (value As Long) As PolicyUnit

매개 변수

value
Int64

백분율을 나타내는 숫자입니다.

반품

PolicyUnit 지정된 숫자의 형식 Percentage 입니다.

적용 대상