Value.FromSingle Method

Converts a Single-precision floating-point number to the appropriate instance of the Value class.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static Value FromSingle(
    float value
)

Parameters

value

Type: System.Single
The Single-precision floating-point number to convert.

Return Value

Type: Value
A Value that represents value.

Reference

Value Class

TcHmiSrv.Core Namespace