Partager via


Méthode FromSingle

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared Function FromSingle ( _
    parameter As Single _
) As MDXValue
'Utilisation
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

Paramètres