JSValue.CreateNumber method (1 of 4)
C#
public static JSValue CreateNumber(double value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateNumber method (2 of 4)
C#
public static JSValue CreateNumber(int value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateNumber method (3 of 4)
C#
public static JSValue CreateNumber(long value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateNumber method (4 of 4)
C#
public static JSValue CreateNumber(uint value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi