FromSingle 메서드

Creates a new MDXValue object from a single-precision floating-point number.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public Shared Function FromSingle ( _
    parameter As Single _
) As MDXValue
‘사용 방법
Dim parameter As Single
Dim returnValue As MDXValue

returnValue = MDXValue.FromSingle(parameter)
public static MDXValue FromSingle(
    float parameter
)
public:
static MDXValue^ FromSingle(
    float parameter
)
static member FromSingle : 
        parameter:float32 -> MDXValue 
public static function FromSingle(
    parameter : float
) : MDXValue

매개 변수