Поделиться через


Преобразование MDXValue Explicit (Single to MDXValue)

Explicitly converts a single-precision floating-point number to an MDXValue object.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public Shared Narrowing Operator CType ( _
    parameter As Single _
) As MDXValue
'Применение
Dim input As Single 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    float parameter
)
static explicit operator MDXValue^ (
    float parameter
)
JScript поддерживает использование пользовательских приведений, но не объявление новых.

Параметры

  • parameter
    Тип: System.Single
    A single-precision floating-point number.

Возвращаемое значение

Тип: Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted single-precision floating-point number into a MDX value object.

См. также

Справочник

MDXValue Класс

Перегрузка Explicit

Пространство имен Microsoft.AnalysisServices.AdomdServer