Class SaturateCast
Inheritance
System.Object
SaturateCast
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenCvSharp.dll
Syntax
public static class SaturateCast
Methods
|
Improve this Doc
View Source
ToByte(Double)
Declaration
public static byte ToByte(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(Int16)
Declaration
public static byte ToByte(short v)
Parameters
Type |
Name |
Description |
System.Int16 |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(Int32)
Declaration
public static byte ToByte(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(Int64)
Declaration
public static byte ToByte(long v)
Parameters
Type |
Name |
Description |
System.Int64 |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(SByte)
Declaration
public static byte ToByte(sbyte v)
Parameters
Type |
Name |
Description |
System.SByte |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(Single)
Declaration
public static byte ToByte(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(UInt16)
Declaration
public static byte ToByte(ushort v)
Parameters
Type |
Name |
Description |
System.UInt16 |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(UInt32)
Declaration
public static byte ToByte(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToByte(UInt64)
Declaration
public static byte ToByte(ulong v)
Parameters
Type |
Name |
Description |
System.UInt64 |
v |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToInt16(Double)
Declaration
public static short ToInt16(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt16(Int32)
Declaration
public static short ToInt16(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt16(Int64)
Declaration
public static short ToInt16(long v)
Parameters
Type |
Name |
Description |
System.Int64 |
v |
|
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt16(Single)
Declaration
public static short ToInt16(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt16(UInt16)
Declaration
public static short ToInt16(ushort v)
Parameters
Type |
Name |
Description |
System.UInt16 |
v |
|
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt16(UInt32)
Declaration
public static short ToInt16(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt16(UInt64)
Declaration
public static short ToInt16(ulong v)
Parameters
Type |
Name |
Description |
System.UInt64 |
v |
|
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt32(Double)
Declaration
public static int ToInt32(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToInt32(Int64)
Declaration
public static int ToInt32(long v)
Parameters
Type |
Name |
Description |
System.Int64 |
v |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToInt32(Single)
Declaration
public static int ToInt32(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToInt32(UInt32)
Declaration
public static int ToInt32(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToInt32(UInt64)
Declaration
public static int ToInt32(ulong v)
Parameters
Type |
Name |
Description |
System.UInt64 |
v |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToInt64(UInt64)
Declaration
public static long ToInt64(ulong v)
Parameters
Type |
Name |
Description |
System.UInt64 |
v |
|
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ToSByte(Byte)
Declaration
public static sbyte ToSByte(byte v)
Parameters
Type |
Name |
Description |
System.Byte |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(Double)
Declaration
public static sbyte ToSByte(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(Int16)
Declaration
public static sbyte ToSByte(short v)
Parameters
Type |
Name |
Description |
System.Int16 |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(Int32)
Declaration
public static sbyte ToSByte(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(Int64)
Declaration
public static sbyte ToSByte(long v)
Parameters
Type |
Name |
Description |
System.Int64 |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(Single)
Declaration
public static sbyte ToSByte(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(UInt16)
Declaration
public static sbyte ToSByte(ushort v)
Parameters
Type |
Name |
Description |
System.UInt16 |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(UInt32)
Declaration
public static sbyte ToSByte(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSByte(UInt64)
Declaration
public static sbyte ToSByte(ulong v)
Parameters
Type |
Name |
Description |
System.UInt64 |
v |
|
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToUInt16(Double)
Declaration
public static ushort ToUInt16(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt16(Int16)
Declaration
public static ushort ToUInt16(short v)
Parameters
Type |
Name |
Description |
System.Int16 |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt16(Int32)
Declaration
public static ushort ToUInt16(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt16(Int64)
Declaration
public static ushort ToUInt16(long v)
Parameters
Type |
Name |
Description |
System.Int64 |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt16(SByte)
Declaration
public static ushort ToUInt16(sbyte v)
Parameters
Type |
Name |
Description |
System.SByte |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt16(Single)
Declaration
public static ushort ToUInt16(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt16(UInt32)
Declaration
public static ushort ToUInt16(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt16(UInt64)
Declaration
public static ushort ToUInt16(ulong v)
Parameters
Type |
Name |
Description |
System.UInt64 |
v |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt32(Double)
Declaration
public static uint ToUInt32(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt32(Int16)
Declaration
public static uint ToUInt32(short v)
Parameters
Type |
Name |
Description |
System.Int16 |
v |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt32(Int32)
Declaration
public static uint ToUInt32(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt32(Int64)
Declaration
public static uint ToUInt32(long v)
Parameters
Type |
Name |
Description |
System.Int64 |
v |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt32(SByte)
Declaration
public static uint ToUInt32(sbyte v)
Parameters
Type |
Name |
Description |
System.SByte |
v |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt32(Single)
Declaration
public static uint ToUInt32(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt32(UInt64)
Declaration
public static uint ToUInt32(ulong v)
Parameters
Type |
Name |
Description |
System.UInt64 |
v |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt64(Int16)
Declaration
public static ulong ToUInt64(short v)
Parameters
Type |
Name |
Description |
System.Int16 |
v |
|
Returns
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
ToUInt64(Int32)
Declaration
public static ulong ToUInt64(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
ToUInt64(Int64)
Declaration
public static ulong ToUInt64(long v)
Parameters
Type |
Name |
Description |
System.Int64 |
v |
|
Returns
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
ToUInt64(SByte)
Declaration
public static ulong ToUInt64(sbyte v)
Parameters
Type |
Name |
Description |
System.SByte |
v |
|
Returns
Type |
Description |
System.UInt64 |
|