XKFieldGreen Method (Int64) |
Gets the Green value from given KField value as Long.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static ushort Green(
long p_Value
)
Public Shared Function Green (
p_Value As Long
) As UShort
Parameters
- p_Value
- Type: SystemInt64
The color as long(XKField value).
Return Value
Type:
UInt16The Green value.
See Also