次の方法で共有


FromSingle メソッド

単精度浮動小数点値から新しい MDXValue オブジェクトを作成します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
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

パラメーター